From f5adf42864259d090a49420b12b3e9220f3265a1 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 24 Dec 2009 04:05:34 +0000 Subject: [PATCH] [packages] pygtk: fix python file pattern in python-gtk/install git-svn-id: svn://svn.openwrt.org/openwrt/packages@18915 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/pygtk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/pygtk/Makefile b/lang/pygtk/Makefile index 1ccad1ef5..f593ad7d4 100644 --- a/lang/pygtk/Makefile +++ b/lang/pygtk/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -85,7 +85,7 @@ define Package/python-gtk/install $(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR)/gtk-2.0/gtk $(INSTALL_DATA) \ - $(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/gtk-2.0/gtk/*.{py,so} \ + $(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/gtk-2.0/gtk/*.py* \ $(1)$(PYTHON_PKG_DIR)/gtk-2.0/gtk endef