diff options
| author | David Bremner <david@tethera.net> | 2018-10-12 21:01:06 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-10-12 21:01:06 -0300 |
| commit | 64bfe544fd695e30d030e0bf25daf4435c070fb2 (patch) | |
| tree | 7f0ed469b03b3b94f784b31f11c22c3f5bd3e595 /debian/rules | |
| parent | 329a8c7fcea634c197407eaa920765b757b0facb (diff) | |
| parent | 175f80c4c1826b7a77417bfbc804348988eb85d3 (diff) | |
Merge tag 'debian/0.28-2'
notmuch release 0.28-2 for unstable (sid) [dgit]
[dgit distro=debian]
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 99d80785..c8ecb1ac 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 \ + BASH=/bin/bash ./configure --prefix=/usr \ --libdir=/usr/lib/$$(dpkg-architecture -q DEB_TARGET_MULTIARCH) \ --includedir=/usr/include \ --mandir=/usr/share/man \ |
