]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Installing bash completion into /usr/share
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 28 Sep 2013 19:56:53 +0000 (16:56 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 28 Sep 2013 19:56:53 +0000 (16:56 -0300)
Makefile

index e80d04bd9caa980067e69e001c921d7ce8768406..5a84ffe0d80cdf8ccbeaf6550a53e513c03160b1 100644 (file)
--- 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