From 80fc5d9ddaaa384a5c1d1394288564d2c012868a Mon Sep 17 00:00:00 2001 From: David Bremner Date: Wed, 16 Jan 2019 22:11:32 -0400 Subject: [PATCH] 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. --- 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.45.2