aboutsummaryrefslogtreecommitdiffstats
path: root/package/lua
diff options
context:
space:
mode:
Diffstat (limited to 'package/lua')
-rw-r--r--package/lua/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lua/Makefile b/package/lua/Makefile
index e314341d94..9d9c77b9e4 100644
--- a/package/lua/Makefile
+++ b/package/lua/Makefile
@@ -111,7 +111,7 @@ define Build/Compile
install
endef
-define Build/Configure
+define Host/Configure
$(SED) 's,"/usr/local/","$(STAGING_DIR_HOST)/",' $(HOST_BUILD_DIR)/src/luaconf.h
endef