diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-19 04:37:21 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-19 04:37:21 +0200 |
commit | 88481092675c24e179d6047d70008172000217ec (patch) | |
tree | 19144a7bb45b7f23bc466f81ae110513562be0aa | |
parent | 15ca554ba3a40e6840c6d6095ec90cf448720454 (diff) |
units: don't install var-run.mount anymore for the moment
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 3589b735b0..8b0aecd269 100644 --- a/Makefile.am +++ b/Makefile.am @@ -416,7 +416,6 @@ install-data-hook: $(DESTDIR)$(systemunitdir)/basic.target.wants \ $(DESTDIR)$(pkgsysconfdir)/system \ $(DESTDIR)$(pkgsysconfdir)/system/getty.target.wants \ - $(DESTDIR)$(pkgsysconfdir)/system/local-fs.target.wants \ $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants \ $(DESTDIR)$(pkgsysconfdir)/system/graphical.target.wants \ $(DESTDIR)$(pkgsysconfdir)/session \ @@ -462,9 +461,6 @@ install-data-hook: ( cd $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants && \ rm -f getty.target && \ $(LN_S) $(systemunitdir)/getty.target getty.target ) - ( cd $(DESTDIR)$(pkgsysconfdir)/system/local-fs.target.wants && \ - rm -f var-run.mount && \ - $(LN_S) $(systemunitdir)/var-run.mount var-run.mount ) ( cd $(DESTDIR)$(systemunitdir)/basic.target.wants && \ rm -f dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.automount sys-kernel-debug.automount && \ $(LN_S) ../dev-hugepages.automount dev-hugepages.automount && \ |