3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

pack: Fix typo.

* guix/scripts/pack.scm (self-contained-tarball/builder): Fix typo.
This commit is contained in:
Maxim Cournoyer 2021-06-17 01:20:29 -04:00
parent 7708c0b5e3
commit f72aa3834b
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -229,7 +229,7 @@ dependencies are registered."
(let ((target (string-append #$profile "/" target))
(parent (dirname source)))
;; Never add a 'directory' directive for "/" so as to
;; preserve its ownnership when extracting the archive (see
;; preserve its ownership when extracting the archive (see
;; below), and also because this would lead to adding the
;; same entries twice in the tarball.
`(,@(if (string=? parent "/")