mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-03-11 17:31:10 +07:00
build-sys: fix 'make fedora'
This commit is contained in:
parent
510051fc12
commit
472ff3d64a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user