Disable creation of /var and /etc --- a/Makefile.am 2020-03-08 16:57:09.511535600 +0100 +++ b/Makefile.am 2020-04-21 11:36:49.827182272 +0200 @@ -2376,16 +2376,6 @@ endif install-exec-hook: - $(mkinstalldirs) $(DESTDIR)$(localstatedir)/run - $(mkinstalldirs) $(DESTDIR)$(localstatedir)/lib/$(PACKAGE_NAME) - $(mkinstalldirs) $(DESTDIR)$(localstatedir)/log - $(mkinstalldirs) $(DESTDIR)$(sysconfdir) - if test -e $(DESTDIR)$(sysconfdir)/collectd.conf; \ - then \ - $(INSTALL) -m 0640 $(builddir)/src/collectd.conf $(DESTDIR)$(sysconfdir)/collectd.conf.pkg-orig; \ - else \ - $(INSTALL) -m 0640 $(builddir)/src/collectd.conf $(DESTDIR)$(sysconfdir)/collectd.conf; \ - fi; \ $(mkinstalldirs) $(DESTDIR)$(cpkgdatadir) $(INSTALL) -m 0644 $(srcdir)/src/types.db $(DESTDIR)$(cpkgdatadir)/types.db; $(INSTALL) -m 0644 $(srcdir)/src/postgresql_default.conf \ ' value='switch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/bootloader.scm
AgeCommit message (Expand)Author
2020-11-03system: reconfigure: Use the disk-installer if provided....Mathieu Othacehe
2020-10-05bootloader: Fix u-boot installation....Mathieu Othacehe
2020-05-05build: bootloader: Add install-efi procedure....Mathieu Othacehe
2019-06-17utils: Add 'invoke/quiet'....Ludovic Courtès
2019-03-16booloader: Add 'invoke/quiet'....Ludovic Courtès
2017-12-15bootloader: Factorize write-file-on-device....Mathieu Othacehe