]> git.notmuchmail.org Git - notmuch/blobdiff - completion/Makefile.local
Fix installation of zsh completion
[notmuch] / completion / Makefile.local
index 0b74c06569202a9158d2a8455c71cd1909d48964..911358da4dd1cbb011a8295cd06f5d5791c2f12a 100644 (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