[systemd-commits] Makefile.am

Lennart Poettering lennart at kemper.freedesktop.org
Tue Oct 26 14:15:14 PDT 2010


 Makefile.am |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 472ff3d64a870dcd767ecf61e07d89d8fb2f272d
Author: Lennart Poettering <lennart at poettering.net>
Date:   Tue Oct 26 23:15:07 2010 +0200

    build-sys: fix 'make fedora'

diff --git a/Makefile.am b/Makefile.am
index b005f3a..5c4a2e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1248,5 +1248,7 @@ git-tag:
 
 # Opt out from a few services on Fedora for now, as long as rc.sysinit does this job
 fedora: install
-	rm /lib/systemd/system/local-fs.target.wants/var-run.mount
-	rm /lib/systemd/system/local-fs.target.wants/var-lock.mount
+	rm $(DESTDIR)/lib/systemd/system/local-fs.target.wants/var-run.mount
+	rm $(DESTDIR)/lib/systemd/system/local-fs.target.wants/var-lock.mount
+	sed -i -e 's/^#MountAuto=yes$$/MountAuto=no/' \
+		-e 's/^#SwapAuto=yes$$/SwapAuto=no/' $(DESTDIR)/etc/systemd/system.conf



More information about the systemd-commits mailing list