aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-09-28 16:56:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-09-28 16:56:53 -0300
commita5aaf69c3865fd89de64c9b9f3cfc17b0d561843 (patch)
tree43c5d7df380f4ab3ff0ea75bbb03a3ca5980cff1 /Makefile
parent24b437701370441190d87f1962b81ea341214a1b (diff)
downloadkeyringer-a5aaf69c3865fd89de64c9b9f3cfc17b0d561843.tar.gz
keyringer-a5aaf69c3865fd89de64c9b9f3cfc17b0d561843.tar.bz2
Installing bash completion into /usr/share
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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