diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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~) |