From 7cda43cae585d3a40e0a2d65992388623093e35f Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Fri, 12 Jul 2013 13:03:45 +0200 Subject: rename fedora-* to rhel-* --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 97065a9c..3e3a435a 100644 --- a/Makefile +++ b/Makefile @@ -89,12 +89,12 @@ install: 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-configure.service $(ROOT)/usr/lib/systemd/system/basic.target.wants - ln -s ../fedora-loadmodules.service $(ROOT)/usr/lib/systemd/system/basic.target.wants - ln -s ../fedora-autorelabel.service $(ROOT)/usr/lib/systemd/system/basic.target.wants - ln -s ../fedora-autorelabel-mark.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 + ln -s ../rhel-configure.service $(ROOT)/usr/lib/systemd/system/basic.target.wants + ln -s ../rhel-loadmodules.service $(ROOT)/usr/lib/systemd/system/basic.target.wants + ln -s ../rhel-autorelabel.service $(ROOT)/usr/lib/systemd/system/basic.target.wants + ln -s ../rhel-autorelabel-mark.service $(ROOT)/usr/lib/systemd/system/basic.target.wants + ln -s ../rhel-readonly.service $(ROOT)/usr/lib/systemd/system/local-fs.target.wants + ln -s ../rhel-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 -- cgit v1.2.1