]> git.notmuchmail.org Git - notmuch/commitdiff
debian: update zsh completion installation
authorDavid Bremner <david@tethera.net>
Tue, 18 Sep 2018 11:19:24 +0000 (13:19 +0200)
committerDavid Bremner <david@tethera.net>
Wed, 3 Oct 2018 00:05:49 +0000 (21:05 -0300)
This ${prefix}/share/vendor-completion convention seems to be debian
specific, so leave the global default alone for now.

debian/notmuch.install
debian/rules

index e32e1ac67dcc1ecce9371fa96dab9ea635380af8..2514ca6c4d10724e2220a8b3c82857ac3be02e4c 100644 (file)
@@ -1,3 +1,4 @@
 usr/bin/notmuch
 usr/bin/notmuch-emacs-mua
 usr/share/bash-completion
+usr/share/zsh/vendor-completions
index 07b755c0f9f174c47b9570d5c1b3bd8f1439914a..99d80785fb4013fc10696d4dc5e381691704365a 100755 (executable)
@@ -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: