aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index ba94984f..ae3955ad 100644
--- a/Makefile
+++ b/Makefile
@@ -64,15 +64,6 @@ install:
done
# Can't store symlinks in a CVS archive
- mkdir -p -m 755 $(ROOT)/usr/lib/systemd/system/multi-user.target.wants
- mkdir -p -m 755 $(ROOT)/usr/lib/systemd/system/graphical.target.wants
- mkdir -p -m 755 $(ROOT)/usr/lib/systemd/system/local-fs.target.wants
- mkdir -p -m 755 $(ROOT)/usr/lib/systemd/system/basic.target.wants
- mkdir -p -m 755 $(ROOT)/usr/lib/systemd/system/sysinit.target.wants
- ln -s ../fedora-loadmodules.service $(ROOT)/usr/lib/systemd/system/basic.target.wants
- ln -s ../fedora-readonly.service $(ROOT)/usr/lib/systemd/system/local-fs.target.wants
- ln -s ../fedora-import-state.service $(ROOT)/usr/lib/systemd/system/local-fs.target.wants
-
mkdir -p $(ROOT)/usr/lib/tmpfiles.d
install -m 644 initscripts.tmpfiles.d $(ROOT)/usr/lib/tmpfiles.d/initscripts.conf