From: Alexandru Ardelean Date: Tue, 16 Dec 2014 10:41:14 +0000 (+0200) Subject: python-setuptools: use $(PYTHON_PKG_DIR) short-hand X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=16f53ee9c84eb553ae125bcfc0e6a45650085634;p=feed%2Fpackages.git python-setuptools: use $(PYTHON_PKG_DIR) short-hand Signed-off-by: Xuefer Tinys Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python-setuptools/Makefile b/lang/python-setuptools/Makefile index 0511791a77..6c5cba8df8 100644 --- a/lang/python-setuptools/Makefile +++ b/lang/python-setuptools/Makefile @@ -44,10 +44,10 @@ define PyPackage/python-setuptools/filespec 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