aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorschalox <schalox@gmail.com>2014-04-19 08:20:21 +0300
committerJason A. Donenfeld <Jason@zx2c4.com>2014-04-19 23:58:58 +0200
commit30aa707312e8d4b8523d6483ecc137c9252ae1d8 (patch)
tree6cc62ca147b9e7afeb3b0f01651c44f77be6346a /Makefile
parentplatform: Auto-detect local platform file (diff)
downloadpassword-store-30aa707312e8d4b8523d6483ecc137c9252ae1d8.tar.xz
password-store-30aa707312e8d4b8523d6483ecc137c9252ae1d8.zip
bash-completion: fix completion-file's name in uninstall
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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"