notmuch search and tags
[notmuch-archives.git] / 31 / 392bcdd703d88caabc9735092b29ebe130cbce
1 Return-Path: <alec@thened.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 93221431FBC\r
6         for <notmuch@notmuchmail.org>; Mon, 23 Nov 2009 10:21:45 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id RM6NP05N5gsx for <notmuch@notmuchmail.org>;\r
11         Mon, 23 Nov 2009 10:21:44 -0800 (PST)\r
12 Received: from ives.vdov.net (129.210.68.208.dnsptr.net [208.68.210.129])\r
13         by olra.theworths.org (Postfix) with ESMTP id E63DF431FAE\r
14         for <notmuch@notmuchmail.org>; Mon, 23 Nov 2009 10:21:44 -0800 (PST)\r
15 Received: from localhost (localhost [127.0.0.1])\r
16         by ives.vdov.net (Postfix) with ESMTP id 4945D24F018;\r
17         Mon, 23 Nov 2009 12:21:46 -0600 (CST)\r
18 Received: from ives.vdov.net ([127.0.0.1])\r
19         by localhost (ives.vdov.net [127.0.0.1]) (amavisd-new, port 10024)\r
20         with ESMTP id weUNrm1dwt0H; Mon, 23 Nov 2009 12:21:42 -0600 (CST)\r
21 Received: from localhost (adsl-179-17-158.bna.bellsouth.net [74.179.17.158])\r
22         by ives.vdov.net (Postfix) with ESMTPSA id 6298624EE27;\r
23         Mon, 23 Nov 2009 12:21:37 -0600 (CST)\r
24 Date: Mon, 23 Nov 2009 12:21:44 -0600\r
25 From: Alec Berryman <alec@thened.net>\r
26 To: Brett Viren <brett.viren@gmail.com>\r
27 Message-ID: <20091123182144.GA7730@thened.net>\r
28 References: <46263c600911230731i529f2db5rec11bed02f84ef13@mail.gmail.com>\r
29 MIME-Version: 1.0\r
30 Content-Type: text/plain; charset=us-ascii\r
31 Content-Disposition: inline\r
32 In-Reply-To: <46263c600911230731i529f2db5rec11bed02f84ef13@mail.gmail.com>\r
33 User-Agent: Mutt/1.5.20 (2009-06-14)\r
34 X-Hashcash: 1:24:091123:brett.viren@gmail.com::udxAhIQmZYxFiIPk:0000000000000000000000000000000000000000O/1+\r
35 X-Hashcash: 1:24:091123:notmuch@notmuchmail.org::ECooD2CqjVCythWo:00000000000000000000000000000000000000aaRp\r
36 Cc: notmuch@notmuchmail.org\r
37 Subject: Re: [notmuch] [patch] Trivial fix for non-root install\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.12\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Mon, 23 Nov 2009 18:21:45 -0000\r
51 \r
52 Brett Viren on 2009-11-23 10:31:47 -0500:\r
53 \r
54 > Installing as a normal user fails because the bash completion config\r
55 > files try to install into /etc.  This trivial patch fixes this.\r
56 \r
57 I worked around this by using $DESTDIR as the prefix and unsetting\r
58 prefix during the install.\r
59 \r