diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2013-09-20 13:22:32 +0200 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2013-09-23 15:20:04 +0200 |
commit | 53c65afa1508cfc89ff3c38909ad1a956a57c28f (patch) | |
tree | 714c53891a0f7da25f06e40cf6c91bf82241b1c1 /Makefile | |
parent | 363999c2255fd41d1548956d9ca04c0655ffabdb (diff) | |
download | initscripts-53c65afa1508cfc89ff3c38909ad1a956a57c28f.tar initscripts-53c65afa1508cfc89ff3c38909ad1a956a57c28f.tar.gz initscripts-53c65afa1508cfc89ff3c38909ad1a956a57c28f.tar.bz2 initscripts-53c65afa1508cfc89ff3c38909ad1a956a57c28f.tar.xz initscripts-53c65afa1508cfc89ff3c38909ad1a956a57c28f.zip |
brandbot: tool to write branding to /etc/os-release (#1009947)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -98,6 +98,7 @@ install: ln -s ../rhel-dmesg.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 + ln -s ../brandbot.path $(ROOT)/usr/lib/systemd/system/multi-user.target.wants mkdir -p $(ROOT)/usr/lib/tmpfiles.d install -m 644 initscripts.tmpfiles.d $(ROOT)/usr/lib/tmpfiles.d/initscripts.conf |