From 7f894427b29c1567bb340969c9fb4f3be6f7d910 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Sun, 23 Oct 2016 00:11:43 +0200 Subject: maint: Use absolute directory names in GUIX_PACKAGE_PATH. This fixes "tests/hello-singleton.scm" evaluation. * build-aux/pre-inst-env.in (GUIX_PACKAGE_PATH): Use absolute directory names. --- build-aux/pre-inst-env.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-aux') diff --git a/build-aux/pre-inst-env.in b/build-aux/pre-inst-env.in index b67dc5e..c8deb2d 100644 --- a/build-aux/pre-inst-env.in +++ b/build-aux/pre-inst-env.in @@ -30,7 +30,7 @@ export CUIRASS_DATADIR PATH="$abs_top_builddir/bin:$PATH" export PATH -GUIX_PACKAGE_PATH="guix${GUIX_PACKAGE_PATH:+:}$GUIX_PACKAGE_PATH" +GUIX_PACKAGE_PATH="$abs_top_srcdir/guix${GUIX_PACKAGE_PATH:+:}$GUIX_PACKAGE_PATH" export GUIX_PACKAGE_PATH exec "$@" -- cgit v1.2.3