fix logilab-astng and logilab-common compile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@17492 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-09-03 00:02:33 +00:00
parent 19522401fd
commit 1e69e80a64
2 changed files with 4 additions and 6 deletions

View File

@ -36,10 +36,9 @@ define Build/Compile
)
endef
define Package/logilad-astng/install
define Package/logilab-astng/install
mkdir -p $(1)
cp -r $(PKG_INSTALL_DIR)/* $(1)
cp -r $(PKG_INSTALL_DIR)/* $(1)/
endef
$(eval $(call PyPackage,logilab-astng))
$(eval $(call BuildPackage,logilab-astng))

View File

@ -36,10 +36,9 @@ define Build/Compile
)
endef
define Package/logilad-common/install
define Package/logilab-common/install
mkdir -p $(1)
cp -r $(PKG_INSTALL_DIR)/* $(1)
cp -r $(PKG_INSTALL_DIR)/* $(1)/
endef
$(eval $(call PyPackage,logilab-common))
$(eval $(call BuildPackage,logilab-common))