From 46a47aeb8085ab143af92da80b06a8ee157dff83 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Thu, 8 Jan 2015 13:06:20 +0200 Subject: [PATCH] python-setuptools: fix Build/InstallDev rule 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 52a124d000..a252119260 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