From 16f53ee9c84eb553ae125bcfc0e6a45650085634 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 16 Dec 2014 12:41:14 +0200 Subject: [PATCH] python-setuptools: use $(PYTHON_PKG_DIR) short-hand Signed-off-by: Xuefer Tinys Signed-off-by: Alexandru Ardelean --- lang/python-setuptools/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python-setuptools/Makefile b/lang/python-setuptools/Makefile index 0511791a7..6c5cba8df 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