diff options
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 7b58d09..5547d6d 100644 --- a/pre-inst-env.in +++ b/pre-inst-env.in @@ -27,6 +27,7 @@ (prepend-path-env! "GUILE_LOAD_PATH" "@abs_top_builddir@" "@abs_top_srcdir@") (prepend-path-env! "GUILE_LOAD_COMPILED_PATH" "@abs_top_builddir@") +(prepend-path-env! "PATH" "@abs_top_builddir@/scripts") (match (command-line) ((pre-inst-env command args ...) |