aboutsummaryrefslogtreecommitdiff
path: root/pre-inst-env.in
diff options
context:
space:
mode:
authorArun Isaac2021-05-24 16:26:51 +0530
committerArun Isaac2021-05-24 16:26:51 +0530
commitcc7d538a7f69ef1c35b64f7365b725cf194023c6 (patch)
treeaae75ae058ce5c2e0a837364cd1bbaf06740b307 /pre-inst-env.in
parentf93c93f12b1aab25e82d35f02502d3e1994995a9 (diff)
downloadccwl-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.
Diffstat (limited to 'pre-inst-env.in')
-rw-r--r--pre-inst-env.in1
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 ...)