Don't "mkdir $(localstatedir)" since we can't do it (/var). --- avahi-0.6.27/avahi-daemon/Makefile.in 2010-07-13 05:06:35.000000000 +0200 +++ avahi-0.6.27/avahi-daemon/Makefile.in 2010-07-13 18:03:45.000000000 +0200 @@ -1554,7 +1554,6 @@ xmllint: done install-data-local: - test -z "$(localstatedir)/run" || $(mkdir_p) "$(DESTDIR)$(localstatedir)/run" update-systemd: curl http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c > sd-daemon.c t.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-build.sh
AgeCommit message (Expand)Author
2024-07-18guix build: Take ‘--system’ into account together with ‘-S’....Ludovic Courtès
2023-08-17ui: 'load*' accepts /dev/fd/N files pointing to a pipe....Ludovic Courtès
2023-04-28tests: guix-build.sh: Don't use hidden gcc for transformation tests....Josselin Poiret
2023-04-21tests: Fix checks for expected failures....Eric Bavier