]> git.notmuchmail.org Git - notmuch/commitdiff
Debian: use new variable to force bash location
authorDavid Bremner <david@tethera.net>
Thu, 17 Jan 2019 02:11:32 +0000 (22:11 -0400)
committerDavid Bremner <david@tethera.net>
Fri, 1 Feb 2019 11:59:23 +0000 (07:59 -0400)
This should no longer be needed on the official debian autobuilders,
but it might help others with merged /usr build environments.

debian/rules

index c8ecb1ac4e890ee4c83ffb4a27d603cb13fa7ce5..d056edb623944822730fcb7ca13ad40457e27daa 100755 (executable)
@@ -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 \