From: Silvio Rhatto Date: Sat, 28 Sep 2013 19:56:53 +0000 (-0300) Subject: Installing bash completion into /usr/share X-Git-Tag: 0.2.6~18 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a5aaf69c3865fd89de64c9b9f3cfc17b0d561843;p=keyringer.git Installing bash completion into /usr/share --- diff --git a/Makefile b/Makefile index e80d04b..5a84ffe 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ install_man: $(INSTALL) -D --mode=0644 share/man/keyringer.1 $(DESTDIR)/$(PREFIX)/share/man/man1/keyringer.1 install_completion: - $(INSTALL) -D --mode=0644 lib/keyringer/completions/bash/keyringer $(DESTDIR)/etc/bash_completion.d/keyringer + $(INSTALL) -D --mode=0644 lib/keyringer/completions/bash/keyringer $(DESTDIR)/$(PREFIX)/share/bash-completion/completions/keyringer $(INSTALL) -D --mode=0644 lib/keyringer/completions/zsh/_keyringer $(DESTDIR)/$(PREFIX)/share/zsh/vendor-completions/_keyringer install: clean