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 93221431FBC for ; Mon, 23 Nov 2009 10:21:45 -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 RM6NP05N5gsx for ; Mon, 23 Nov 2009 10:21:44 -0800 (PST) Received: from ives.vdov.net (129.210.68.208.dnsptr.net [208.68.210.129]) by olra.theworths.org (Postfix) with ESMTP id E63DF431FAE for ; Mon, 23 Nov 2009 10:21:44 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by ives.vdov.net (Postfix) with ESMTP id 4945D24F018; Mon, 23 Nov 2009 12:21:46 -0600 (CST) Received: from ives.vdov.net ([127.0.0.1]) by localhost (ives.vdov.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id weUNrm1dwt0H; Mon, 23 Nov 2009 12:21:42 -0600 (CST) Received: from localhost (adsl-179-17-158.bna.bellsouth.net [74.179.17.158]) by ives.vdov.net (Postfix) with ESMTPSA id 6298624EE27; Mon, 23 Nov 2009 12:21:37 -0600 (CST) Date: Mon, 23 Nov 2009 12:21:44 -0600 From: Alec Berryman To: Brett Viren Message-ID: <20091123182144.GA7730@thened.net> References: <46263c600911230731i529f2db5rec11bed02f84ef13@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46263c600911230731i529f2db5rec11bed02f84ef13@mail.gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-Hashcash: 1:24:091123:brett.viren@gmail.com::udxAhIQmZYxFiIPk:0000000000000000000000000000000000000000O/1+ X-Hashcash: 1:24:091123:notmuch@notmuchmail.org::ECooD2CqjVCythWo:00000000000000000000000000000000000000aaRp Cc: notmuch@notmuchmail.org Subject: Re: [notmuch] [patch] Trivial fix for non-root install 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: Mon, 23 Nov 2009 18:21:45 -0000 Brett Viren on 2009-11-23 10:31:47 -0500: > Installing as a normal user fails because the bash completion config > files try to install into /etc. This trivial patch fixes this. I worked around this by using $DESTDIR as the prefix and unsetting prefix during the install.