From 3f88437c3a96bf8a85dc886e2ecfc76619f2ec26 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 16 Sep 2013 22:19:03 -0300 Subject: Fixing section on debian/control and install_completion --- Makefile | 2 +- debian/control | 2 +- 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 Build-Depends: debhelper (>= 7.0.50~) -- cgit v1.2.3