]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Fixing section on debian/control and install_completion
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 17 Sep 2013 01:19:03 +0000 (22:19 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 17 Sep 2013 01:19:03 +0000 (22:19 -0300)
Makefile
debian/control

index 8f6948f4da80d9854bb955461335d6510ec2aad4..05578710f5c96068cd743276aeb4edeb514f9df6 100644 (file)
--- 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
index 665d1824eaa4ada93774e0a2cbb88a9079d1e2b2..3c11baccbe6cdd047acc8b50379c1a069255965a 100644 (file)
@@ -1,5 +1,5 @@
 Source: keyringer
-Section: main
+Section: misc
 Priority: extra
 Maintainer: Silvio Rhatto <rhatto@riseup.net>
 Build-Depends: debhelper (>= 7.0.50~)