From b8605698b8611f4835ee526a122e432665b07b73 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 27 Oct 2012 22:52:13 +0200 Subject: build: Make sure scripts know where to find their modules. * guix-build.in, guix-download.in: Define `prefix' and `datarootdir', so that `guilemoduledir' expands to something meaningful. --- guix-download.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'guix-download.in') diff --git a/guix-download.in b/guix-download.in index 6ebb5148f8..3892b2efe3 100644 --- a/guix-download.in +++ b/guix-download.in @@ -1,6 +1,9 @@ #!/bin/sh # aside from this initial boilerplate, this is actually -*- scheme -*- code +prefix="@prefix@" +datarootdir="@datarootdir@" + GUILE_LOAD_COMPILED_PATH="@guilemoduledir@:$GUILE_LOAD_COMPILED_PATH" export GUILE_LOAD_COMPILED_PATH -- cgit v1.2.3