From 30aa707312e8d4b8523d6483ecc137c9252ae1d8 Mon Sep 17 00:00:00 2001 From: schalox Date: Sat, 19 Apr 2014 08:20:21 +0300 Subject: bash-completion: fix completion-file's name in uninstall --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6cfa9e4..329d8b9 100644 --- a/Makefile +++ b/Makefile @@ -36,4 +36,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" -- cgit v1.2.3-59-g8ed1b