From: Felix Fietkau Date: Wed, 20 Jan 2016 19:36:10 +0000 (+0000) Subject: lua: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST) X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=inline;h=2d580a6fd42699997053ef8b752d672d0f9ff0ec;p=openwrt-github%2F.git lua: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST) Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48405 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/utils/lua/Makefile b/package/utils/lua/Makefile index e81833da3a..e741fd19e3 100644 --- a/package/utils/lua/Makefile +++ b/package/utils/lua/Makefile @@ -117,7 +117,7 @@ define Build/Compile endef define Host/Configure - $(SED) 's,"/usr/local/","$(STAGING_DIR_HOST)/",' $(HOST_BUILD_DIR)/src/luaconf.h + $(SED) 's,"/usr/local/","$(STAGING_DIR)/host/",' $(HOST_BUILD_DIR)/src/luaconf.h endef ifeq ($(HOST_OS),Darwin) @@ -138,7 +138,7 @@ endef define Host/Install $(MAKE) -C $(HOST_BUILD_DIR) \ - INSTALL_TOP="$(STAGING_DIR_HOST)" \ + INSTALL_TOP="$(STAGING_DIR)/host" \ install endef