aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index cce32c2..9715ee5 100644
--- a/makefile
+++ b/makefile
@@ -31,7 +31,7 @@ install:
install -m 644 -t '$(SYSDDIR)' adu-download.service
install -m 644 -t '$(SYSDDIR)' adu-download.timer
install -m 644 -t '$(SYSDDIR)' adu-upgrade.service
- ln -s '$(SYSDDIR)/adu-upgrade.service' '$(SYSDDIR)/system-update.target.wants/adu-upgrade.service'
+ ln -s '$(SYSDDIR)/adu-upgrade.service' '$(SYSDDIR)/system-update.target.wants/adu-upgrade.service'
systemctl daemon-reload
#systemctl --now preset adu-download.timer
systemctl --now enable adu-download.timer
@@ -43,7 +43,7 @@ uninstall: SBINDIR=$(DESTDIR)/sbin
uninstall: SYSDDIR=$(DESTDIR)/lib/systemd/system
uninstall:
systemctl --now disable adu-download.timer
- rm -f '$(SYSDDIR)/system-update.target.wants/adu-upgrade.service'
+ rm -f '$(SYSDDIR)/system-update.target.wants/adu-upgrade.service'
rm -f '$(SYSDDIR)/adu-upgrade.service'
rm -f '$(SYSDDIR)/adu-download.timer'
rm -f '$(SYSDDIR)/adu-download.service'