aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTad Fisher <129148+tadfisher@users.noreply.github.com>2020-06-12 18:21:57 -0700
committerGitHub <noreply@github.com>2020-06-12 18:21:57 -0700
commita69c9f98ea1229ef79053fe6f336a85ddd7cf039 (patch)
tree7aa106d7a58389501214b21a3a48e78428c1693e
parente2864b14c8a8db2bfc089023d3e7e1b240c56986 (diff)
parent3845c6e6e66790dc77fd80a336ada43bbf330de0 (diff)
Merge pull request #113 from apiraino/fix-uninstall
Fix uninstall script
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a48cad1..d0b916d 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ install:
uninstall:
@rm -vrf \
"$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/$(PROG).bash" \
- "$(DESTDIR)$(MANDIR)/man1/pass-$(PROG).1"
+ "$(DESTDIR)$(MANDIR)/man1/pass-$(PROG).1" \
"$(DESTDIR)$(BASHCOMPDIR)/pass-otp"
lint: