diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-28 16:56:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-28 16:56:53 -0300 |
commit | a5aaf69c3865fd89de64c9b9f3cfc17b0d561843 (patch) | |
tree | 43c5d7df380f4ab3ff0ea75bbb03a3ca5980cff1 /Makefile | |
parent | 24b437701370441190d87f1962b81ea341214a1b (diff) | |
download | keyringer-a5aaf69c3865fd89de64c9b9f3cfc17b0d561843.tar.gz keyringer-a5aaf69c3865fd89de64c9b9f3cfc17b0d561843.tar.bz2 |
Installing bash completion into /usr/share
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |