aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-01-18 11:23:37 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-01-18 11:23:37 -0300
commit51d267cebe45aa34c6bb68594a0189b2e9050f73 (patch)
treed302d693dcb35ed3042fce5094c0a3cbc10c1842
parentd277f872c760765dcdb4351d12d896ee938c5271 (diff)
parent76cc66615e931352f2671653e931b179e8e0ecd9 (diff)
downloadkeyringer-51d267cebe45aa34c6bb68594a0189b2e9050f73.tar.gz
keyringer-51d267cebe45aa34c6bb68594a0189b2e9050f73.tar.bz2
Merge branch 'develop'
-rw-r--r--ChangeLog4
-rw-r--r--Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 892b99d..124f69e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-01-18 - develop - Silvio Rhatto <rhatto@riseup.net>
+
+ Install zsh completion in the default path
+
2019-03-25 - 0.5.5 - Silvio Rhatto <rhatto@riseup.net>
Adds COMMIT_AFTER_ENCRYPT setting
diff --git a/Makefile b/Makefile
index 53dd921..9946667 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ install_man:
install_completion:
$(INSTALL) -D -m 0644 lib/keyringer/completions/bash/keyringer $(DESTDIR)/$(PREFIX)/share/bash-completion/completions/keyringer
- $(INSTALL) -D -m 0644 lib/keyringer/completions/zsh/_keyringer $(DESTDIR)/$(PREFIX)/share/zsh/vendor-completions/_keyringer
+ $(INSTALL) -D -m 0644 lib/keyringer/completions/zsh/_keyringer $(DESTDIR)/$(PREFIX)/share/zsh/site-functions/_keyringer
install: clean
@make install_lib install_bin install_doc install_man install_completion