mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 10:28:09 +01:00
Fix installation of zsh completion
This commit is contained in:
parent
26b4cc4aad
commit
f806dd3a8f
1 changed files with 1 additions and 1 deletions
|
@ -18,5 +18,5 @@ ifeq ($(WITH_BASH),1)
|
|||
endif
|
||||
ifeq ($(WITH_ZSH),1)
|
||||
mkdir -p $(DESTDIR)$(zsh_completion_dir)
|
||||
install -m0644 $(zsh_script) $(DESTDIR)$(zsh_completion_dir)/notmuch
|
||||
install -m0644 $(zsh_script) $(DESTDIR)$(zsh_completion_dir)/_notmuch
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue