mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
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.
This commit is contained in:
parent
a38853518e
commit
80fc5d9dda
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue