X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=debian%2Frules;h=d056edb623944822730fcb7ca13ad40457e27daa;hb=3c752b855f900f5251df9997514b4d27d9f38e83;hp=99d80785fb4013fc10696d4dc5e381691704365a;hpb=b0ebb19d79b2ca84fabd5e9daa082701df5dfa8b;p=notmuch diff --git a/debian/rules b/debian/rules index 99d80785..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: - ./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 \