summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2017-06-16 14:13:37 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2017-06-24 14:03:45 +0000
commit35cabdb076f679d7fccb8bf722e7bcd097b02646 (patch)
tree7ae94e50e2ba9e274fbccb193bce1407472c10c2
parentRemoving useless whitespace in debconf script. (diff)
downloadcompute-tools-35cabdb076f679d7fccb8bf722e7bcd097b02646.tar.xz
compute-tools-35cabdb076f679d7fccb8bf722e7bcd097b02646.zip
Correcting typo in systemd parts of the Makefile's uninstall target.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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