From cc7d538a7f69ef1c35b64f7365b725cf194023c6 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 24 May 2021 16:26:51 +0530 Subject: Set PATH in pre-inst-env. * pre-inst-env.in: Append scripts directory to PATH. --- pre-inst-env.in | 1 + 1 file changed, 1 insertion(+) 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 ...) -- cgit v1.2.3