diff options
-rw-r--r-- | Makefile | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -123,6 +123,19 @@ install: ln -s reboot.target $(ROOT)/lib/systemd/system/ctrl-alt-del.target ln -s ../rc-local.service $(ROOT)/lib/systemd/system/multi-user.target.wants ln -s ../display-manager.service $(ROOT)/lib/systemd/system/graphical.target.wants + mkdir -p -m 755 $(ROOT)/lib/systemd/system/local-fs.target.wants + mkdir -p -m 755 $(ROOT)/lib/systemd/system/basic.target.wants + mkdir -p -m 755 $(ROOT)/lib/systemd/system/sysinit.target.wants + ln -s ../fedora-configure.service $(ROOT)/lib/systemd/system/basic.target.wants + ln -s ../fedora-loadmodules.service $(ROOT)/lib/systemd/system/basic.target.wants + ln -s ../fedora-swapon.service $(ROOT)/lib/systemd/system/basic.target.wants + ln -s ../fedora-sysinit-hack.service $(ROOT)/lib/systemd/system/basic.target.wants + ln -s ../fedora-cleanup.service $(ROOT)/lib/systemd/system/local-fs.target.wants + ln -s ../fedora-mountall.service $(ROOT)/lib/systemd/system/local-fs.target.wants + ln -s ../fedora-readonly.service $(ROOT)/lib/systemd/system/local-fs.target.wants + ln -s ../fedora-storage-init.service $(ROOT)/lib/systemd/system/local-fs.target.wants + ln -s ../fedora-wait-storage.service $(ROOT)/lib/systemd/system/local-fs.target.wants + ln -s ../fedora-sysinit-unhack.service $(ROOT)/lib/systemd/system/multi-user.target.wants # These are LSB compatibility symlinks. At some point in the future # the actual files will be here instead of symlinks @@ -170,4 +183,3 @@ archive: clean syntax-check tag changelog @sha1sum initscripts-$(VERSION).tar.bz2 > initscripts-$(VERSION).sha1sum @scp initscripts-$(VERSION).tar.bz2 initscripts-$(VERSION).sha1sum fedorahosted.org:initscripts 2>/dev/null|| scp initscripts-$(VERSION).tar.bz2 initscripts-$(VERSION).sha1sum fedorahosted.org:/srv/web/releases/i/n/initscripts @echo "Everything done, files uploaded to Fedorahosted.org" -
\ No newline at end of file |