From b0ebb19d79b2ca84fabd5e9daa082701df5dfa8b Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 18 Sep 2018 13:19:24 +0200 Subject: [PATCH] debian: update zsh completion installation This ${prefix}/share/vendor-completion convention seems to be debian specific, so leave the global default alone for now. --- debian/notmuch.install | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) 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: -- 2.43.0