aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2022-03-15 15:41:25 +0000
committerAdam Spragg <adam@spra.gg>2022-03-15 15:41:25 +0000
commitcbc2e687e49dbfb796cf39211f8d6fdde2946987 (patch)
tree0366a7714ec5195115c367a4ea64c0fb50224fa0 /makefile
parenta532b42072fb93b2103ee875e77526408af3854e (diff)
Fix whitespace
Diffstat (limited to 'makefile')
-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'