diff options
author | Harald Hoyer <harald@redhat.com> | 2013-06-13 11:40:58 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-06-13 11:42:26 +0200 |
commit | 0fbb79d54f30b9d2357d663cc663e1f799033cee (patch) | |
tree | fcd5e998040552ecf46e32e05344921e87d3758e /Makefile | |
parent | 36c34f4e71620faf7ca34c44497ab53580d965c5 (diff) | |
download | dracut-0fbb79d54f30b9d2357d663cc663e1f799033cee.tar.gz dracut-0fbb79d54f30b9d2357d663cc663e1f799033cee.tar.bz2 dracut-0fbb79d54f30b9d2357d663cc663e1f799033cee.zip |
move dracut-shutdown.service to modules.d/98systemd
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ ifneq ($(enable_documentation),no) endif if [ -n "$(systemdsystemunitdir)" ]; then \ mkdir -p $(DESTDIR)$(systemdsystemunitdir); \ - install -m 0644 dracut-shutdown.service $(DESTDIR)$(systemdsystemunitdir); \ + ln -srf $(DESTDIR)$(pkglibdir)/modules.d/98systemd/dracut-shutdown.service $(DESTDIR)$(systemdsystemunitdir)/dracut-shutdown.service; \ mkdir -p $(DESTDIR)$(systemdsystemunitdir)/shutdown.target.wants; \ ln -s ../dracut-shutdown.service \ $(DESTDIR)$(systemdsystemunitdir)/shutdown.target.wants/dracut-shutdown.service; \ |