diff options
author | Max Froumentin <max@froumentin.net> | 2017-03-01 18:04:21 +0000 |
---|---|---|
committer | Max Froumentin <max@froumentin.net> | 2017-03-01 18:04:21 +0000 |
commit | cc25c063fda86359358163877557931744106db8 (patch) | |
tree | 0b3dd191ec79601525443717131ccc1a913c3c1f | |
parent | a4e02eabb56faa60b1c29fc4008193135a7cfd47 (diff) | |
download | pass-otp-cc25c063fda86359358163877557931744106db8.tar.gz pass-otp-cc25c063fda86359358163877557931744106db8.zip |
Avoid deleting /
IMPORTERS_DIR isn't defined and DESTDIR is empty,
so this line would delete /
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |