Fix the self destruct on gameobj objects.
[mudsync.git] / pre-inst-env.in
index 4bec38d2f967d108e0ae3d8e07b340fd0a750904..5b675138dbef7185e72932a60ad2c039af0e0742 100644 (file)
@@ -2,7 +2,7 @@
 
 # srt2vtt --- SRT to WebVTT converter
 # Copyright © 2015 David Thompson <davet@gnu.org>
-# Copyright © 2015 Christopher Allan Webber <cwebber@dustycloud.org>
+# Copyright © 2015, 2017 Christopher Allan Webber <cwebber@dustycloud.org>
 #
 # srt2vtt is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -24,6 +24,9 @@ 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
 
+MUDSYNC_DATADIR="$abs_top_builddir/data"
+export MUDSYNC_DATADIR
+
 PATH="$abs_top_builddir/scripts:$PATH"
 export PATH