diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-09-22 08:24:42 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-09-23 16:29:08 -0400 |
commit | ea0d3009fa7020d75c1657cb532570305de699a6 (patch) | |
tree | 288c154ad995c78115eeb85140dff2703fad3f50 /pre-inst-env.in | |
parent | 00df702b030ee01d6c544cb7e3e1170b7f29a343 (diff) |
Allow game to be properly installable.
Diffstat (limited to 'pre-inst-env.in')
-rw-r--r-- | pre-inst-env.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pre-inst-env.in b/pre-inst-env.in index 881f142..71c4641 100644 --- a/pre-inst-env.in +++ b/pre-inst-env.in @@ -6,5 +6,6 @@ abs_top_builddir="`cd "@abs_top_builddir@" > /dev/null; pwd`" export GUILE_LOAD_COMPILED_PATH="$abs_top_builddir${GUILE_LOAD_COMPILED_PATH:+:}$GUILE_LOAD_COMPILED_PATH" export GUILE_LOAD_PATH="$abs_top_builddir:$abs_top_srcdir${GUILE_LOAD_PATH:+:}:$GUILE_LOAD_PATH" export PATH="$abs_top_builddir/scripts:$PATH" +export SUPERBLOOM_DATADIR="$abs_top_builddir/assets" exec "$@" |