[pass] [PATCH] bash-completion: fix completion-file's name in uninstall

schalox schalox at gmail.com
Sat Apr 19 07:20:21 CEST 2014


Hi, I found a small typo in the Makefile. Thanks for an awesome program!

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index bee69e1..7d8958a 100644
--- a/Makefile
+++ b/Makefile
@@ -34,4 +34,4 @@ install: install-common
 endif
 
 uninstall:
-	@rm -vf "$(DESTDIR)$(BINDIR)/pass" "$(DESTDIR)$(MANDIR)/man1/pass.1" "$(DESTDIR)$(PREFIX)/share/bash-completion/completions/password-store" "$(DESTDIR)$(LIBDIR)/password-store.platform.sh"
+	@rm -vf "$(DESTDIR)$(BINDIR)/pass" "$(DESTDIR)$(MANDIR)/man1/pass.1" "$(DESTDIR)$(PREFIX)/share/bash-completion/completions/pass" "$(DESTDIR)$(LIBDIR)/password-store.platform.sh"
-- 
1.9.2



More information about the Password-Store mailing list