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:
parent
19522401fd
commit
1e69e80a64
@ -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))
|
||||
|
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user