unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Michal Sojka <sojkam1@fel.cvut.cz>
To: "Cédric Cabessa" <ced@ryick.net>, notmuch@notmuchmail.org
Subject: Re: [PATCH] configure: add options to disable emacs/zsh/bash and choose install dir.
Date: Sun, 23 Jan 2011 22:14:22 +0100	[thread overview]
Message-ID: <87y66bcogh.fsf@steelpick.2x.cz> (raw)
In-Reply-To: <201101231433.43935.ced@ryick.net>

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

  reply	other threads:[~2011-01-24 14:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-23 13:33 [PATCH] configure: add options to disable emacs/zsh/bash and choose install dir Cédric Cabessa
2011-01-23 21:14 ` Michal Sojka [this message]
2011-01-26 12:33   ` Carl Worth
2011-01-24  7:10 ` Xavier Maillard
2011-01-24 20:12   ` Cédric Cabessa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y66bcogh.fsf@steelpick.2x.cz \
    --to=sojkam1@fel.cvut.cz \
    --cc=ced@ryick.net \
    --cc=notmuch@notmuchmail.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).