summaryrefslogtreecommitdiff
path: root/pre-inst-env.in
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-08-11 22:50:17 -0400
committerDavid Thompson <dthompson2@worcester.edu>2016-08-11 22:50:17 -0400
commit54f85fc9ef316a355e432a7461aac36282742614 (patch)
treedd0ca233933e6fda348936e76cbf4d0784924e2f /pre-inst-env.in
parenta06ff79a3276fb336fc00ff8c4c9ab1209f3441f (diff)
Add 'sly' CLI program.
* scripts/sly.in: New file. * sly/cli.scm: New file. * Makefile.am (SOURCES): Add it. * configure.ac: Process scripts/sly.in to produce sly executable. * pre-inst-env.in: Fix $PATH to include scripts directory.
Diffstat (limited to 'pre-inst-env.in')
-rw-r--r--pre-inst-env.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pre-inst-env.in b/pre-inst-env.in
index bf3588a..d33447a 100644
--- a/pre-inst-env.in
+++ b/pre-inst-env.in
@@ -24,7 +24,7 @@ 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
SLY_DATADIR="$abs_top_builddir/data"