python-setuptools: fix Build/InstallDev rule

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean 2015-01-08 13:06:20 +02:00
parent ed6e69f860
commit 46a47aeb80
1 changed files with 3 additions and 3 deletions

View File

@ -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