diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-06-16 14:13:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-06-24 14:03:45 +0000 |
commit | 35cabdb076f679d7fccb8bf722e7bcd097b02646 (patch) | |
tree | 7ae94e50e2ba9e274fbccb193bce1407472c10c2 | |
parent | Removing useless whitespace in debconf script. (diff) | |
download | compute-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>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |