diff options
| author | David Bremner <david@tethera.net> | 2019-02-01 08:35:20 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-02-01 08:35:20 -0400 |
| commit | 87eb477ba546c47083f678bb7fa3d433cb591090 (patch) | |
| tree | 64b93c83ece1fcc36958593bb09c1f96114c31ca /debian/rules | |
| parent | 6784d5bc60f850a93e6101e60b03bf6ab81020cc (diff) | |
| parent | 32fb3c420a408ccfd20301f0c527c4259bf721cc (diff) | |
Merge tag '0.28.1'
notmuch 0.28.1 release
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |
