guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#33259] [PATCH 5/8] pack: Squashfs backend now honors '--localstated


From: Danny Milosavljevic
Subject: [bug#33259] [PATCH 5/8] pack: Squashfs backend now honors '--localstatedir'.
Date: Tue, 6 Nov 2018 12:00:36 +0100

> +                         (with-directory-excursion "squashfs-root"
> +                           (when (and (file-exists? (string-append bin
> +                                                                   "/guile"))
> +                                      (file-exists? "var/guix/db/db.sqlite")
> +                                      (string=? (string-append 
> #$%bootstrap-guile "/bin")
> +                                                (pk 'binlink (readlink bin)))
> +                                      (string=? (string-append #$profile 
> "/bin")
> +                                                (pk 'guilelink (readlink 
> "bin"))))
> +                             (mkdir #$output))))))))

"pk" here on purpose?  Can't hurt in a test, I suppose...

LGTM!

Attachment: pgpITWWLsufyt.pgp
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]