pack: Produce relative symlinks when using '-f squashfs'.
authorLudovic Courtès <ludovic.courtes@inria.fr>
Tue, 19 Mar 2019 10:03:35 +0000 (11:03 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 19 Mar 2019 10:30:34 +0000 (11:30 +0100)
commit427c87d0bdc06cc3ee7fc220fd3ad36084412533
tree35d297a2ec54ac5048da89641e487716a4317e1a
parent1d6589db81c7c390e04795805e684b01f5a0c45f
pack: Produce relative symlinks when using '-f squashfs'.

Fixes <https://bugs.gnu.org/34913>.

* guix/scripts/pack.scm (squashfs-image)[build]: Use
'relative-file-name' when creating SYMLINKS.
* guix/scripts/pack.scm (guix-pack): Pass #:relative-symlinks? #t when
PACK-FORMAT is 'squashfs.
guix/scripts/pack.scm