mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user