summaryrefslogtreecommitdiff
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
parent14071b3ca8f6c17ed9eea5b2203c753851c88dc9 (diff)
downloadkeyringer-3f88437c3a96bf8a85dc886e2ecfc76619f2ec26.tar.gz
keyringer-3f88437c3a96bf8a85dc886e2ecfc76619f2ec26.tar.bz2
Fixing section on debian/control and install_completion
-rw-r--r--Makefile2
-rw-r--r--debian/control2
2 files changed, 2 insertions, 2 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
diff --git a/debian/control b/debian/control
index 665d182..3c11bac 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
Source: keyringer
-Section: main
+Section: misc
Priority: extra
Maintainer: Silvio Rhatto <rhatto@riseup.net>
Build-Depends: debhelper (>= 7.0.50~)