Author: nbd
Date: 2016-01-20 20:36:10 +0100 (Wed, 20 Jan 2016)
New Revision: 48405

Modified:
   trunk/package/utils/lua/Makefile
Log:
lua: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)

Signed-off-by: Felix Fietkau <[email protected]>

Modified: trunk/package/utils/lua/Makefile
===================================================================
--- trunk/package/utils/lua/Makefile    2016-01-20 19:32:04 UTC (rev 48404)
+++ trunk/package/utils/lua/Makefile    2016-01-20 19:36:10 UTC (rev 48405)
@@ -117,7 +117,7 @@
 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 @@
 
 define Host/Install
        $(MAKE) -C $(HOST_BUILD_DIR) \
-               INSTALL_TOP="$(STAGING_DIR_HOST)" \
+               INSTALL_TOP="$(STAGING_DIR)/host" \
                install
 endef
 
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to