build-sys: fix 'make fedora'

This commit is contained in:
Lennart Poettering 2010-10-26 23:15:07 +02:00
parent 510051fc12
commit 472ff3d64a

View file

@ -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