From a5aaf69c3865fd89de64c9b9f3cfc17b0d561843 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 28 Sep 2013 16:56:53 -0300 Subject: Installing bash completion into /usr/share --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3