diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 007bd25ae63..cacd089d6b9 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))