[packages] lang: use $(CP) & $(INSTALL_DIR) for logilab-astng as well (missed from [18814])

git-svn-id: svn://svn.openwrt.org/openwrt/packages@18815 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2009-12-18 11:03:04 +00:00
parent a20172ac8e
commit a85bdbd1bc

View File

@ -37,8 +37,8 @@ define Build/Compile
endef
define Package/logilab-astng/install
mkdir -p $(1)
cp -r $(PKG_INSTALL_DIR)/* $(1)/
$(INSTALL_DIR) $(1)
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
endef
$(eval $(call BuildPackage,logilab-astng))