aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-09-16 22:19:03 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-09-16 22:19:03 -0300
commit3f88437c3a96bf8a85dc886e2ecfc76619f2ec26 (patch)
tree8715fe0d8430e1c22ba0d5413affeba9b593b81a /Makefile
parent14071b3ca8f6c17ed9eea5b2203c753851c88dc9 (diff)
downloadkeyringer-3f88437c3a96bf8a85dc886e2ecfc76619f2ec26.tar.gz
keyringer-3f88437c3a96bf8a85dc886e2ecfc76619f2ec26.tar.bz2
Fixing section on debian/control and install_completion
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8f6948f..0557871 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ install_man:
# TODO: zsh completion
install_completion:
- $(INSTALL) -D --mode=0644 lib/keyringer/completions/bash/keyringer $(DESTDIR)/$(PREFIX)/etc/bash_completion.d/keyringer
+ $(INSTALL) -D --mode=0644 lib/keyringer/completions/bash/keyringer $(DESTDIR)/etc/bash_completion.d/keyringer
install: clean
@make install_lib install_share install_bin install_doc install_man install_completion