lua: fix a typo

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18190 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2009-10-27 21:28:15 +00:00
parent 1d38751d6b
commit 3a333ed649

View File

@@ -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