mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +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
|
endif
|
||||||
ifeq ($(WITH_ZSH),1)
|
ifeq ($(WITH_ZSH),1)
|
||||||
mkdir -p $(DESTDIR)$(zsh_completion_dir)
|
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
|
endif
|
||||||
|
|
Loading…
Reference in a new issue