aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Froumentin <max@froumentin.net>2017-03-01 18:04:21 +0000
committerMax Froumentin <max@froumentin.net>2017-03-01 18:04:21 +0000
commitcc25c063fda86359358163877557931744106db8 (patch)
tree0b3dd191ec79601525443717131ccc1a913c3c1f
parenta4e02eabb56faa60b1c29fc4008193135a7cfd47 (diff)
Avoid deleting /
IMPORTERS_DIR isn't defined and DESTDIR is empty, so this line would delete /
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index da01f52..c3ad5b1 100644
--- a/Makefile
+++ b/Makefile
@@ -24,8 +24,7 @@ install:
uninstall:
@rm -vrf \
"$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/$(PROG).bash" \
- "$(DESTDIR)$(IMPORTERS_DIR)/" \
- "$(DESTDIR)$(MANDIR)/man1/pass-$(PROG).1" \
+ "$(DESTDIR)$(MANDIR)/man1/pass-$(PROG).1"
test:
make -C tests