From: Jeffery To Date: Mon, 16 Nov 2015 11:52:40 +0000 (+0800) Subject: package-ply: use given path instead of copying directly into staging_dir X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d9409e25cc1bfda5a9acabab1fdf5632d497427e;p=openwrt-packages.git package-ply: use given path instead of copying directly into staging_dir Signed-off-by: Jeffery To --- diff --git a/lang/python-ply/Makefile b/lang/python-ply/Makefile index 3e8792c80..ed3fb833d 100644 --- a/lang/python-ply/Makefile +++ b/lang/python-ply/Makefile @@ -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))