commit 383a505eb0d79ffcc6d0baf7712f1e42b1996cdc parent d2f2fbcb4036333e01318007136963ab54ddc9d3 Author: Steven Barth <steven@midlink.org> Date: Tue, 6 Jan 2015 15:17:50 +0100 Merge pull request #742 from commodo/python-setuptools-cleanup python-setuptools cleanup Diffstat:
| M | lang/python-setuptools/Makefile | | | 10 | +++------- |
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/lang/python-setuptools/Makefile b/lang/python-setuptools/Makefile @@ -39,15 +39,11 @@ define Build/Compile ) endef -define PyPackage/python-setuptools/filespec -+|/usr/lib/python$(PYTHON_VERSION)/site-packages -endef - define Build/InstallDev - $(INSTALL_DIR) $(2)/lib/python$(PYTHON_VERSION)/site-packages + $(INSTALL_DIR) $(2)$(PYTHON_PKG_DIR) $(CP) \ - $(PKG_INSTALL_DIR)/usr/lib/python$(PYTHON_VERSION)/site-packages/* \ - $(HOST_PYTHON_LIB_DIR)/site-packages + $(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR) \ + $(2)$(PYTHON_PKG_DIR) endef define PyPackage/python-setuptools/install