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 @@ -1625,7 +1625,6 @@ done install-data-local: - test -z "$(avahi_runtime_dir)" || $(MKDIR_P) "$(DESTDIR)$(avahi_runtime_dir)" update-systemd: curl http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c > sd-daemon.c zko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/services.scm
AgeCommit message (Expand)Author
2019-04-07installer: Internationalize service "names"....Ludovic Courtès
2019-04-07installer: Offer NM, Connman, and DHCP to non-desktop installs....Ludovic Courtès
2019-04-07installer: Add dialog to select networking services....Ludovic Courtès
2019-04-07installer: Generalize desktop environments to system services....Ludovic Courtès
2019-03-27services: Deprecate 'xfce-desktop-service'....Ludovic Courtès
2019-03-27services: Deprecate 'gnome-desktop-service'....Ludovic Courtès
2019-03-27installer: Use the (service …) form for MATE....Ludovic Courtès
2019-01-17installer: Add services page....Mathieu Othacehe