pack: Squashfs backend now honors '--localstatedir'.
authorLudovic Courtès <ludo@gnu.org>
Sun, 4 Nov 2018 16:16:22 +0000 (17:16 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 6 Nov 2018 22:21:24 +0000 (23:21 +0100)
commit598a6b87cc6636aee9dec57ae95922da0a6e31e8
tree067e7667432888368a1262c3b7187dc068e84f2b
parentf5a2fb1bfbb620a6ce23ac0e7e15132cae9207da
pack: Squashfs backend now honors '--localstatedir'.

* guix/scripts/pack.scm (squashfs-image)[database]: New variable.
[build]: Add (gnu build install) to the closure.  Call
'install-database-and-gc-roots' when DATABASE is true, and invoke
mksquashfs once more.
* tests/pack.scm ("squashfs-image + localstatedir"): New test.
guix/scripts/pack.scm
tests/pack.scm