Skip to content
Snippets Groups Projects
Commit 781d0a2c authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

install: Use the actual store name when building the tarball.

* gnu/system/install.scm (self-contained-tarball): Use (%store-directory)
  instead of "/gnu".
parent 51960939
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ (define %root "root")
;; extracting the archive.
"./root/.guix-profile"
"./var/guix"
"./gnu")))))
(string-append "." (%store-directory)))))))
(gexp->derivation "guix-tarball.tar.xz" build
#:references-graphs `(("profile" ,profile))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment