diff options
author | Arun Isaac | 2021-05-24 16:26:51 +0530 |
---|---|---|
committer | Arun Isaac | 2021-05-24 16:26:51 +0530 |
commit | cc7d538a7f69ef1c35b64f7365b725cf194023c6 (patch) | |
tree | aae75ae058ce5c2e0a837364cd1bbaf06740b307 | |
parent | f93c93f12b1aab25e82d35f02502d3e1994995a9 (diff) | |
download | ccwl-cc7d538a7f69ef1c35b64f7365b725cf194023c6.tar.gz ccwl-cc7d538a7f69ef1c35b64f7365b725cf194023c6.tar.lz ccwl-cc7d538a7f69ef1c35b64f7365b725cf194023c6.zip |
Set PATH in pre-inst-env.
* pre-inst-env.in: Append scripts directory to PATH.
-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 ...) |