mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
debian: update zsh completion installation
This ${prefix}/share/vendor-completion convention seems to be debian specific, so leave the global default alone for now.
This commit is contained in:
parent
07eac4af32
commit
b0ebb19d79
2 changed files with 2 additions and 0 deletions
1
debian/notmuch.install
vendored
1
debian/notmuch.install
vendored
|
@ -1,3 +1,4 @@
|
|||
usr/bin/notmuch
|
||||
usr/bin/notmuch-emacs-mua
|
||||
usr/share/bash-completion
|
||||
usr/share/zsh/vendor-completions
|
||||
|
|
1
debian/rules
vendored
1
debian/rules
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue