From 781d0a2ce17e2a6deaf924ee27d5149e271a5122 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 27 May 2015 17:40:49 +0200 Subject: install: Use the actual store name when building the tarball. * gnu/system/install.scm (self-contained-tarball): Use (%store-directory) instead of "/gnu". --- gnu/system/install.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 007bd25ae6..cacd089d6b 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -79,7 +79,7 @@ under /root/.guix-profile where GUIX is installed." ;; extracting the archive. "./root/.guix-profile" "./var/guix" - "./gnu"))))) + (string-append "." (%store-directory))))))) (gexp->derivation "guix-tarball.tar.xz" build #:references-graphs `(("profile" ,profile)) -- cgit v1.2.3