aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTad Fisher <tadfisher@gmail.com>2017-03-02 08:42:45 -0800
committerGitHub <noreply@github.com>2017-03-02 08:42:45 -0800
commit022eb4f5b6e06af185b3cc84db722e6023a9d13a (patch)
tree0b3dd191ec79601525443717131ccc1a913c3c1f /Makefile
parenta4e02eabb56faa60b1c29fc4008193135a7cfd47 (diff)
parentcc25c063fda86359358163877557931744106db8 (diff)
Merge pull request #2 from maxf/master
Avoid deleting /
Diffstat (limited to 'Makefile')
-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