summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-04-09 18:31:16 -0400
committerMike Gilbert <floppym@gentoo.org>2016-04-09 18:31:59 -0400
commit97e3616a927367df8a3d96379f06b73aac39fbae (patch)
tree1db8c98853ea0f2159c2291d764db3cef2d24ef4 /Makefile.am
parentInstall a system-preset to disable services by default (diff)
downloadgentoo-systemd-integration-97e3616a927367df8a3d96379f06b73aac39fbae.tar.gz
gentoo-systemd-integration-97e3616a927367df8a3d96379f06b73aac39fbae.tar.bz2
gentoo-systemd-integration-97e3616a927367df8a3d96379f06b73aac39fbae.zip
Drop var-lock.mount and var-run.mount
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am
index c0bbe5e..4482c77 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,9 +8,6 @@ dist_sysctl_DATA = \
sysctl.d/60-gentoo.conf
dist_tmpfiles_DATA = \
tmpfiles.d/gentoo-run.conf
-dist_systemdsystemunit_DATA = \
- mounts/var-lock.mount \
- mounts/var-run.mount
dist_systemdsystempreset_DATA = \
system-preset/99-default.preset
dist_systemdsystemgenerator_SCRIPTS = \
@@ -19,14 +16,6 @@ dist_systemdsystemgenerator_SCRIPTS = \
udevrulesdir = $(udevdir)/rules.d
dist_udevrules_DATA = udev/40-gentoo.rules
-install-data-hook: \
- systemd-system-unit-install-hook
-
-systemd-system-unit-install-hook:
- mkdir -p $(DESTDIR)$(systemdsystemunitdir)/sysinit.target.wants
- $(LN_S) ../var-lock.mount ../var-run.mount \
- $(DESTDIR)$(systemdsystemunitdir)/sysinit.target.wants/
-
DISTCLEANFILES = \
$(systemdsystemunit_DATA)