mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
pack: Fix typo.
* guix/scripts/pack.scm (self-contained-tarball/builder): Fix typo.
This commit is contained in:
parent
7708c0b5e3
commit
f72aa3834b
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ dependencies are registered."
|
||||||
(let ((target (string-append #$profile "/" target))
|
(let ((target (string-append #$profile "/" target))
|
||||||
(parent (dirname source)))
|
(parent (dirname source)))
|
||||||
;; Never add a 'directory' directive for "/" so as to
|
;; 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
|
;; below), and also because this would lead to adding the
|
||||||
;; same entries twice in the tarball.
|
;; same entries twice in the tarball.
|
||||||
`(,@(if (string=? parent "/")
|
`(,@(if (string=? parent "/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue