From: nbd Date: Tue, 27 Oct 2009 21:28:15 +0000 (+0000) Subject: lua: fix a typo X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=8f4d88ab8d83d28ef298c1f3f787678174876016 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