From: David Bremner Date: Thu, 17 Jan 2019 02:11:32 +0000 (-0400) Subject: Debian: use new variable to force bash location X-Git-Tag: archive/debian/0.28.1-1~4 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=80fc5d9ddaaa384a5c1d1394288564d2c012868a;p=notmuch Debian: use new variable to force bash location This should no longer be needed on the official debian autobuilders, but it might help others with merged /usr build environments. --- 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 \