summaryrefslogtreecommitdiff
path: root/pre-inst-env.in
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-05-15 21:32:58 -0400
committerDavid Thompson <dthompson2@worcester.edu>2016-05-15 21:32:58 -0400
commit2e56bb6a0c7210c8103eb43895b180c1125291ac (patch)
treeb860c6a7d6110fd30512172d981e840eda8390e2 /pre-inst-env.in
parentf00b115ee10e27d23de32a106bc2e0dc15ad6907 (diff)
Use proper asset path and launcher binary.
Diffstat (limited to 'pre-inst-env.in')
-rw-r--r--pre-inst-env.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/pre-inst-env.in b/pre-inst-env.in
index ae530ee..6deffcc 100644
--- a/pre-inst-env.in
+++ b/pre-inst-env.in
@@ -23,7 +23,10 @@ GUILE_LOAD_COMPILED_PATH="$abs_top_builddir${GUILE_LOAD_COMPILED_PATH:+:}$GUILE_
GUILE_LOAD_PATH="$abs_top_builddir:$abs_top_srcdir${GUILE_LOAD_PATH:+:}:$GUILE_LOAD_PATH"
export GUILE_LOAD_COMPILED_PATH GUILE_LOAD_PATH
-PATH="$abs_top_builddir:$PATH"
+PATH="$abs_top_builddir/scripts:$PATH"
export PATH
+LISPARUGA_DATADIR="$abs_top_builddir/assets"
+export LISPARUGA_DATADIR
+
exec "$@"