From: Hannu Nyman Date: Tue, 4 Oct 2016 08:27:31 +0000 (+0300) Subject: Merge pull request #813 from NeoRaider/staging-dir-host X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=e3287d84e107c4316fbf770a21b3088bc623beb5;hp=4a246820b1d12e8aed5b443d9f57da57ac3bc27b Merge pull request #813 from NeoRaider/staging-dir-host luci-base: fix luci-base host tool install on OpenWrt --- diff --git a/modules/luci-base/Makefile b/modules/luci-base/Makefile index 972a451c6..4fb278b56 100644 --- a/modules/luci-base/Makefile +++ b/modules/luci-base/Makefile @@ -37,9 +37,9 @@ define Host/Compile endef define Host/Install - $(INSTALL_DIR) $(1)/bin - $(INSTALL_BIN) src/po2lmo $(1)/bin/po2lmo - $(INSTALL_BIN) $(HOST_BUILD_DIR)/bin/LuaSrcDiet.lua $(1)/bin/LuaSrcDiet + $(INSTALL_DIR) $(HOST_BUILD_PREFIX)/bin + $(INSTALL_BIN) src/po2lmo $(HOST_BUILD_PREFIX)/bin/po2lmo + $(INSTALL_BIN) $(HOST_BUILD_DIR)/bin/LuaSrcDiet.lua $(HOST_BUILD_PREFIX)/bin/LuaSrcDiet endef $(eval $(call HostBuild))