[PATCH] configure: add options to disable emacs/zsh/bash and choose install dir.

Michal Sojka sojkam1 at fel.cvut.cz
Sun Jan 23 13:14:22 PST 2011


Hi Cédric,

thanks for the patch. I checked it and it didn't break anything for me.
But it made me thinking why zsh completion does not work for a long
time. Carl, please apply the patch below.

-Michal

>From 72f6488b39aec318264caf26d2b163f73d3cf694 Mon Sep 17 00:00:00 2001
From: Michal Sojka <sojkam1 at fel.cvut.cz>
Date: Sun, 23 Jan 2011 21:57:07 +0100
Subject: [PATCH] Fix installation of zsh completion

---
 completion/Makefile.local |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/completion/Makefile.local b/completion/Makefile.local
index 6a6012d..1624bd7 100644
--- a/completion/Makefile.local
+++ b/completion/Makefile.local
@@ -15,4 +15,4 @@ install-$(dir):
 	mkdir -p $(DESTDIR)$(bash_completion_dir)
 	install -m0644 $(bash_script) $(DESTDIR)$(bash_completion_dir)/notmuch
 	mkdir -p $(DESTDIR)$(zsh_completion_dir)
-	install -m0644 $(zsh_script) $(DESTDIR)$(zsh_completion_dir)/notmuch
+	install -m0644 $(zsh_script) $(DESTDIR)$(zsh_completion_dir)/_notmuch
-- 
1.7.2.3



More information about the notmuch mailing list