aboutsummaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
parentd277f872c760765dcdb4351d12d896ee938c5271 (diff)
parent76cc66615e931352f2671653e931b179e8e0ecd9 (diff)
downloadkeyringer-51d267cebe45aa34c6bb68594a0189b2e9050f73.tar.gz
keyringer-51d267cebe45aa34c6bb68594a0189b2e9050f73.tar.bz2
Merge branch 'develop'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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