[packages] lang: use $(CP) & $(INSTALL_DIR)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18814 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e7b0964e2a
commit
a20172ac8e
@ -46,13 +46,13 @@ define Build/Compile
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
mkdir -p $(1)
|
||||
cp -r $(PKG_INSTALL_DIR)/* $(1)
|
||||
$(INSTALL_DIR) $(1)
|
||||
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
|
||||
endef
|
||||
|
||||
define Package/ipython/install
|
||||
mkdir -p $(1)
|
||||
cp -r $(PKG_INSTALL_DIR)/* $(1)
|
||||
$(INSTALL_DIR) $(1)
|
||||
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,ipython))
|
||||
|
@ -37,8 +37,8 @@ define Build/Compile
|
||||
endef
|
||||
|
||||
define Package/logilab-common/install
|
||||
mkdir -p $(1)
|
||||
cp -r $(PKG_INSTALL_DIR)/* $(1)/
|
||||
$(INSTALL_DIR) $(1)
|
||||
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,logilab-common))
|
||||
|
@ -35,8 +35,8 @@ define Build/Compile
|
||||
endef
|
||||
|
||||
define Package/numpy/install
|
||||
mkdir -p $(1)
|
||||
cp -r $(PKG_INSTALL_DIR)/* $(1)
|
||||
$(INSTALL_DIR) $(1)
|
||||
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
|
||||
endef
|
||||
|
||||
define Require/python25-dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user