[notmuch] [PATCH 3/3] fix Makefile.local to install bash completion definitions as...
authorJameson Graef Rollins <jrollins@finestructure.net>
Sat, 28 Nov 2009 23:57:37 +0000 (18:57 +1900)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:47 +0000 (09:35 -0800)
da/f648a89e2c8f45c3582b58a9d0e6b1c352c726 [new file with mode: 0644]

diff --git a/da/f648a89e2c8f45c3582b58a9d0e6b1c352c726 b/da/f648a89e2c8f45c3582b58a9d0e6b1c352c726
new file mode 100644 (file)
index 0000000..a79a282
--- /dev/null
@@ -0,0 +1,69 @@
+Return-Path: <jrollins@finestructure.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id D1216431FC9\r
+       for <notmuch@notmuchmail.org>; Sat, 28 Nov 2009 15:57:27 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id TqQCnbu2qjqg for <notmuch@notmuchmail.org>;\r
+       Sat, 28 Nov 2009 15:57:26 -0800 (PST)\r
+Received: from serrano.cc.columbia.edu (serrano.cc.columbia.edu [128.59.29.6])\r
+       by olra.theworths.org (Postfix) with ESMTP id 25BE2431FC0\r
+       for <notmuch@notmuchmail.org>; Sat, 28 Nov 2009 15:57:25 -0800 (PST)\r
+Received: from servo.finestructure.net (lair.fifthhorseman.net\r
+       [216.254.116.241])\r
+       (user=jgr2110 author=jrollins@finestructure.net mech=PLAIN bits=0)\r
+       by serrano.cc.columbia.edu (8.14.3/8.14.3) with ESMTP id nASNvNxe011444\r
+       (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT)\r
+       for <notmuch@notmuchmail.org>; Sat, 28 Nov 2009 18:57:24 -0500 (EST)\r
+Received: from jrollins by servo.finestructure.net with local (Exim 4.69)\r
+       (envelope-from <jrollins@finestructure.net>)\r
+       id 1NEXAe-0007Fj-4z; Sat, 28 Nov 2009 18:57:44 -0500\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+To: notmuch@notmuchmail.org\r
+Date: Sat, 28 Nov 2009 18:57:37 -0500\r
+Message-Id: <1259452657-27608-3-git-send-email-jrollins@finestructure.net>\r
+X-Mailer: git-send-email 1.6.5\r
+In-Reply-To: <1259452657-27608-2-git-send-email-jrollins@finestructure.net>\r
+References: <1259452657-27608-1-git-send-email-jrollins@finestructure.net>\r
+       <1259452657-27608-2-git-send-email-jrollins@finestructure.net>\r
+X-No-Spam-Score: Local\r
+X-Scanned-By: MIMEDefang 2.65 on 128.59.29.6\r
+Subject: [notmuch] [PATCH 3/3] fix Makefile.local to install bash completion\r
+       definitions as not executable\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.12\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 28 Nov 2009 23:57:28 -0000\r
+\r
+---\r
+ Makefile.local |    2 +-\r
+ 1 files changed, 1 insertions(+), 1 deletions(-)\r
+\r
+diff --git a/Makefile.local b/Makefile.local\r
+index 1744747..b818627 100644\r
+--- a/Makefile.local\r
++++ b/Makefile.local\r
+@@ -36,7 +36,7 @@ install: all notmuch.1.gz\r
+       done ;\r
+       install notmuch $(DESTDIR)$(prefix)/bin/\r
+       install -m0644 notmuch.1.gz $(DESTDIR)$(prefix)/share/man/man1/\r
+-      install contrib/notmuch-completion.bash \\r
++      install -m0644 contrib/notmuch-completion.bash \\r
+               $(DESTDIR)$(bash_completion_dir)/notmuch\r
\r
+ install-emacs: install emacs\r
+-- \r
+1.6.5\r
+\r