pack: Fix typo.
* guix/scripts/pack.scm (self-contained-tarball/builder): Fix typo.master
parent
7708c0b5e3
commit
f72aa3834b
|
@ -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 "/")
|
||||
|
|
Reference in New Issue