From: Felix Fietkau Date: Tue, 27 Oct 2009 21:28:15 +0000 (+0000) Subject: lua: fix a typo X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=3a333ed6498f243c78e1ce30df57a981e5f3e5f4;p=15.05%2Fopenwrt.git lua: fix a typo git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18190 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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