]> git.notmuchmail.org Git - notmuch/commitdiff
Fix installation of zsh completion
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 23 Jan 2011 20:57:07 +0000 (21:57 +0100)
committerCarl Worth <cworth@cworth.org>
Wed, 26 Jan 2011 12:32:30 +0000 (22:32 +1000)
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)
 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
 endif