summaryrefslogtreecommitdiff
path: root/modules/env.in
diff options
context:
space:
mode:
Diffstat (limited to 'modules/env.in')
-rw-r--r--modules/env.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/env.in b/modules/env.in
index c2325a2..73209b3 100644
--- a/modules/env.in
+++ b/modules/env.in
@@ -2,9 +2,9 @@
GUILE_LOAD_PATH=@abs_top_srcdir@/modules:$GUILE_LOAD_PATH
if test "@abs_top_srcdir@" != "@abs_top_builddir@"; then
- GUILE_LOAD_PATH=@abs_top_builddir@/modules:$GUILE_LOAD_PATH
+ GUILE_LOAD_PATH=@abs_top_builddir@/:$GUILE_LOAD_PATH
fi
-GUILE_LOAD_COMPILED_PATH=@abs_top_builddir@/modules:$GUILE_LOAD_PATH
+GUILE_LOAD_COMPILED_PATH=@abs_top_builddir@/:$GUILE_LOAD_PATH
PATH=@abs_top_builddir@/bin:$PATH
export GUILE_LOAD_PATH