From 35cabdb076f679d7fccb8bf722e7bcd097b02646 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 16 Jun 2017 16:13:37 +0200 Subject: Correcting typo in systemd parts of the Makefile's uninstall target. Signed-off-by: Daniel Baumann --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d243433..ab17e80 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,7 @@ install: build uninstall: rmdir --ignore-fail-on-non-empty --parents $(DESTDIR)/var/log/$(SOFTWARE) || true - for FILE in share/systemd*; \ + for FILE in share/systemd/*; \ do \ rm -f $(DESTDIR)/lib/systemd/system/$$(basename $${FILE}); \ done -- cgit v1.2.3