lua: fix a typo

SVN-Revision: 18190
lede-17.01
Felix Fietkau 2009-10-27 21:28:15 +00:00
parent 3dcdf925c7
commit 4cef53b4e4
1 changed files with 1 additions and 1 deletions

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