aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2017-09-28 22:51:43 +0200
committerGravatar Christian Hesse <mail@eworm.de>2017-09-28 22:51:43 +0200
commitda536e2381b9c399f7c3beaff322abac91c8be85 (patch)
tree7dfdd4e2b4d777307b2e79893c58f45bc19dcccf /Makefile
parentc53dcadab9cebef99622f016fd828028aaab2c95 (diff)
downloadpacman-offline-da536e2381b9c399f7c3beaff322abac91c8be85.tar.gz
pacman-offline-da536e2381b9c399f7c3beaff322abac91c8be85.tar.zst
add timer to prepare system-update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 66c15c7..652524c 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,8 @@ install:
$(INSTALL) -D -m0755 bin/pacman-offline $(DESTDIR)/usr/bin/pacman-offline
$(INSTALL) -D -m0644 systemd/pacman-offline.service $(DESTDIR)/usr/lib/systemd/system/pacman-offline.service
$(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 -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