From: Alexandru Ardelean Date: Thu, 8 Jan 2015 11:06:20 +0000 (+0200) Subject: python-setuptools: fix Build/InstallDev rule X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=46a47aeb8085ab143af92da80b06a8ee157dff83;p=openwrt-packages.git python-setuptools: fix Build/InstallDev rule Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python-setuptools/Makefile b/lang/python-setuptools/Makefile index 52a124d00..a25211926 100644 --- a/lang/python-setuptools/Makefile +++ b/lang/python-setuptools/Makefile @@ -40,10 +40,10 @@ define Build/Compile endef define Build/InstallDev - $(INSTALL_DIR) $(2)$(PYTHON_PKG_DIR) + $(INSTALL_DIR) $(PYTHON_LIB_DIR) $(CP) \ - $(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR) \ - $(2)$(PYTHON_PKG_DIR) + $(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/* \ + $(PYTHON_LIB_DIR) endef define PyPackage/python-setuptools/install