summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 62f2ca0..e0485a8 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,9 @@ install:
@mkdir -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1 $(DESTDIR)$(SYSCONFDIR)/bash_completion.d
@install -m 0755 -v src/password-store.sh $(DESTDIR)$(BINDIR)/pass
@install -m 0644 -v man/pass.1 $(DESTDIR)$(MANDIR)/man1/pass.1
- @install -m 0644 -v bash-completion/pass-bash-completion.sh $(DESTDIR)$(SYSCONFDIR)/bash_completion.d/password-store
+ @install -m 0644 -v bash-completion/pass-bash-completion $(DESTDIR)$(SYSCONFDIR)/bash_completion.d/password-store
+# Uncomment to install the zsh completion file too.
+# @install -m 0644 -v bash-completion/pass-zsh/completion $(DESTDIR)$(PREFIX)/share/zsh/site-functions/_pass
uninstall:
@rm -vf $(DESTDIR)$(BINDIR)/pass $(DESTDIR)$(MANDIR)/man1/pass.1 $(DESTDIR)$(SYSCONFDIR)/bash_completion.d/password-store
t/.xsessionrc?id=11e1520d9840ce921598f909e9a18942437ea833&follow=1'>Start gpg-agent on X-StartupRené Neumann1-0/+1 2012-05-31AK --> amd64René 'Necoro' Neumann1-1/+1 2012-05-29Ignore -m in cciRené Neumann1-0/+3 2012-05-29Force man to not use localized man-pagesRené Neumann1-0/+3 2012-05-21Revert "It uses pinentry directly -- so no use to play around with ssh-add"René 'Necoro' Neumann1-0/+6 2012-05-20It uses pinentry directly -- so no use to play around with ssh-addRené Neumann1-6/+0