From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id DB3506DE0361 for ; Wed, 16 Jan 2019 18:11:45 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.003 X-Spam-Level: X-Spam-Status: No, score=-0.003 tagged_above=-999 required=5 tests=[AWL=-0.002, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7edwo7B3PSgz for ; Wed, 16 Jan 2019 18:11:45 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id BFA256DE0286 for ; Wed, 16 Jan 2019 18:11:43 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1gjx9h-0001i6-Pe; Wed, 16 Jan 2019 21:11:41 -0500 Received: (nullmailer pid 28396 invoked by uid 1000); Thu, 17 Jan 2019 02:11:38 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: [PATCH 2/2] Debian: use new variable to force bash location Date: Wed, 16 Jan 2019 22:11:32 -0400 Message-Id: <20190117021132.28327-3-david@tethera.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190117021132.28327-1-david@tethera.net> References: <20190117021132.28327-1-david@tethera.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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: Thu, 17 Jan 2019 02:11:46 -0000 This should no longer be needed on the official debian autobuilders, but it might help others with merged /usr build environments. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c8ecb1ac..d056edb6 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ python3_all = py3versions -s | xargs -n1 | xargs -t -I {} env {} dh $@ --with python2,python3,elpa override_dh_auto_configure: - BASH=/bin/bash ./configure --prefix=/usr \ + BASHCMD=/bin/bash ./configure --prefix=/usr \ --libdir=/usr/lib/$$(dpkg-architecture -q DEB_TARGET_MULTIARCH) \ --includedir=/usr/include \ --mandir=/usr/share/man \ -- 2.20.1