summaryrefslogtreecommitdiffhomepage
path: root/build/hostenv.sh
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-11-30 13:19:45 +0000
committerSteven Barth <steven@midlink.org>2008-11-30 13:19:45 +0000
commitb33943a6e8596c1ddfc1b771a995d3cf21e81cd6 (patch)
tree6f67cdea044e708a599a06712491b5c60db6f954 /build/hostenv.sh
parenta7e7c31f8c659b55c1adb0863a8f2f66d3452d2b (diff)
Merge LuCIttpd
Diffstat (limited to 'build/hostenv.sh')
-rwxr-xr-xbuild/hostenv.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/hostenv.sh b/build/hostenv.sh
index ee906b001..fbf7ca1b7 100755
--- a/build/hostenv.sh
+++ b/build/hostenv.sh
@@ -3,4 +3,5 @@ export LD_LIBRARY_PATH="$1/usr/lib:$LD_LIBRARY_PATH"
export PATH="$1/bin:$1/usr/bin:$PATH"
export LUA_PATH="$1/$2/?.lua;$1/$2/?/init.lua;;"
export LUA_CPATH="$1/$3/?.so;;"
+export LUCI_SYSROOT="$1"
$4