From ea0d3009fa7020d75c1657cb532570305de699a6 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 22 Sep 2023 08:24:42 -0400 Subject: Allow game to be properly installable. --- pre-inst-env.in | 1 + 1 file changed, 1 insertion(+) (limited to 'pre-inst-env.in') 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 "$@" -- cgit v1.2.3