From: Michal Sojka Date: Sun, 23 Jan 2011 20:57:07 +0000 (+0100) Subject: Fix installation of zsh completion X-Git-Tag: debian/0.6_254~198 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=f806dd3a8f298bdb03bc22b2f8d3236ee7b884a0 Fix installation of zsh completion --- diff --git a/completion/Makefile.local b/completion/Makefile.local index 0b74c065..911358da 100644 --- a/completion/Makefile.local +++ b/completion/Makefile.local @@ -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