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