Browse Source

python-setuptools: fix Build/InstallDev rule

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 10 years ago
parent
commit
46a47aeb80
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      lang/python-setuptools/Makefile

+ 3
- 3
lang/python-setuptools/Makefile 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


Loading…
Cancel
Save