diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-11-24 23:23:23 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-11-24 23:26:33 +0100 |
commit | 28cdc98ae8d128646eda4e1512b1f392d9dbb9d0 (patch) | |
tree | 5ebe64be9c4b225da7861922737ecfd91f87dbdd | |
parent | 46891d97b25d171603c66a512310a53e3cc78af6 (diff) |
build-sys: get rid of special fedor install target
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index eb63c5d56d..d7a279c152 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1339,8 +1339,3 @@ upload: all distcheck git-tag: git tag "v$(VERSION)" -m "systemd $(VERSION)" - -# Opt out from a few services on Fedora for now, as long as rc.sysinit does this job -fedora: install - rm $(DESTDIR)/lib/systemd/system/local-fs.target.wants/var-run.mount - rm $(DESTDIR)/lib/systemd/system/local-fs.target.wants/var-lock.mount |