mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 19:31:21 +00:00
python-setuptools: fix Build/InstallDev rule
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user