From: David Bremner Date: Tue, 18 Sep 2018 11:19:24 +0000 (+0200) Subject: debian: update zsh completion installation X-Git-Tag: debian/0.28_rc0-1~3 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=b0ebb19d79b2ca84fabd5e9daa082701df5dfa8b debian: update zsh completion installation This ${prefix}/share/vendor-completion convention seems to be debian specific, so leave the global default alone for now. --- diff --git a/debian/notmuch.install b/debian/notmuch.install index e32e1ac6..2514ca6c 100644 --- a/debian/notmuch.install +++ b/debian/notmuch.install @@ -1,3 +1,4 @@ usr/bin/notmuch usr/bin/notmuch-emacs-mua usr/share/bash-completion +usr/share/zsh/vendor-completions diff --git a/debian/rules b/debian/rules index 07b755c0..99d80785 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,7 @@ override_dh_auto_configure: --mandir=/usr/share/man \ --infodir=/usr/share/info \ --sysconfdir=/etc \ + --zshcompletiondir=/usr/share/zsh/vendor-completions \ --localstatedir=/var override_dh_auto_build: