From 775c305331a674ceb42c7a2e931e459a6b44b719 Mon Sep 17 00:00:00 2001 From: schalox Date: Sat, 19 Apr 2014 08:20:21 +0300 Subject: [PATCH 2/2] bash-completion: fix completion-file's name in uninstall --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df9d68a..f82b9cf 100644 --- a/Makefile +++ b/Makefile @@ -33,4 +33,4 @@ install: install-pass 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.0