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.
pull/3/head
Mathieu Lirzin 2016-10-23 00:11:43 +02:00
parent 686e31c590
commit 7f894427b2
No known key found for this signature in database
GPG Key ID: 0ADEE10094604D37
1 changed files with 1 additions and 1 deletions

View File

@ -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 "$@"