Fix installation of zsh completion

This commit is contained in:
Michal Sojka 2011-01-23 21:57:07 +01:00 committed by Carl Worth
parent 26b4cc4aad
commit f806dd3a8f

View file

@ -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