git-svn-id: svn://svn.openwrt.org/openwrt/packages@11264 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2008-05-24 18:15:42 +00:00
parent 7936aec182
commit 32758335a8

View File

@ -51,7 +51,7 @@ define Build/InstallDev
cp -r $(PKG_INSTALL_DIR)/* $(1)
endef
define Package/python-gtk/install
define Package/python-gobject/install
mkdir -p $(1)
cp -r $(PKG_INSTALL_DIR)/* $(1)
endef