diff options
author | Adam Spragg <adam@spra.gg> | 2022-03-15 15:41:25 +0000 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2022-03-15 15:41:25 +0000 |
commit | cbc2e687e49dbfb796cf39211f8d6fdde2946987 (patch) | |
tree | 0366a7714ec5195115c367a4ea64c0fb50224fa0 /makefile | |
parent | a532b42072fb93b2103ee875e77526408af3854e (diff) |
Fix whitespace
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' |