app-text/xmlto: fix bash fix for Prefix, bug #626766

Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
Fabian Groffen
2017-08-01 13:15:09 +02:00
parent 4b33d5f877
commit e228c088d8

View File

@@ -34,7 +34,7 @@ src_prepare() {
src_configure() {
# We don't want the script to detect /bin/sh if it is bash.
export ac_cv_path_BASH=/bin/bash
export ac_cv_path_BASH=${BASH}
has_version sys-apps/util-linux || export GETOPT=getopt-long
econf
}