diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-27 16:26:11 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-27 16:26:11 (EDT) |
commit | 1b86cb4e32cc312e9a0bae263bfa0c0ae3341e17 (patch) | |
tree | ffb6604f5cb7b8c7531c423ee1722a35eee17563 /debian/rules | |
parent | 03398fe0123998f94d5e1f43968c29bc0c37e65a (diff) |
debian/rules: Configure with "--with-sh=/bin/bash"
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 236aa89..e0a736b 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,10 @@ %: dh $@ --no-parallel +override_dh_auto_configure: + dh_auto_configure -- --with-sh=/bin/bash + + override_dh_shlibdeps: dh_shlibdeps -l/usr/lib/$(DEB_HOST_MULTIARCH)/pro-archman |