Browse Source

package-ply: use given path instead of copying directly into staging_dir

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lilik-openwrt-22.03
Jeffery To 9 years ago
parent
commit
d9409e25cc
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lang/python-ply/Makefile

+ 2
- 2
lang/python-ply/Makefile View File

@ -43,10 +43,10 @@ define Build/Compile
endef
define Build/InstallDev
$(INSTALL_DIR) $(PYTHON_LIB_DIR)/site-packages
$(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR)
$(CP) \
$(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/* \
$(PYTHON_LIB_DIR)/site-packages
$(1)$(PYTHON_PKG_DIR)
endef
$(eval $(call PyPackage,python-ply))


Loading…
Cancel
Save