diff options
author | Christian Hesse <mail@eworm.de> | 2019-10-31 10:56:39 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-10-31 10:56:39 +0100 |
commit | 52d2d0d1955f87155fefd8c3e46b93d010909af0 (patch) | |
tree | 3b1fc1b70d3d9f881b0f0cd68312c96169fb477b /Makefile | |
parent | 784880bd7d9c043df7ce281b4ecb8e145a60a80f (diff) | |
download | pacman-offline-52d2d0d1955f87155fefd8c3e46b93d010909af0.tar.gz pacman-offline-52d2d0d1955f87155fefd8c3e46b93d010909af0.tar.zst |
add timer for reboot
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ install: $(INSTALL) -D -m0755 systemd/pacman-offline $(DESTDIR)/usr/lib/systemd/scripts/pacman-offline $(INSTALL) -D -m0644 systemd/pacman-offline-prepare.service $(DESTDIR)/usr/lib/systemd/system/pacman-offline-prepare.service $(INSTALL) -D -m0644 systemd/pacman-offline-prepare.timer $(DESTDIR)/usr/lib/systemd/system/pacman-offline-prepare.timer + $(INSTALL) -D -m0644 systemd/pacman-offline-reboot.service $(DESTDIR)/usr/lib/systemd/system/pacman-offline-reboot.service + $(INSTALL) -D -m0644 systemd/pacman-offline-reboot.timer $(DESTDIR)/usr/lib/systemd/system/pacman-offline-reboot.timer $(INSTALL) -d -m0755 $(DESTDIR)/usr/lib/systemd/system/system-update.target.wants/ $(LN) -s ../pacman-offline.service $(DESTDIR)/usr/lib/systemd/system/system-update.target.wants/pacman-offline.service |