From cbc2e687e49dbfb796cf39211f8d6fdde2946987 Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Tue, 15 Mar 2022 15:41:25 +0000 Subject: Fix whitespace --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') 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' -- cgit v1.2.1