projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b33d5f
)
app-text/xmlto: fix bash fix for Prefix, bug #626766
author
Fabian Groffen
<grobian@gentoo.org>
Tue, 1 Aug 2017 11:15:09 +0000
(13:15 +0200)
committer
Fabian Groffen
<grobian@gentoo.org>
Thu, 3 Aug 2017 07:31:16 +0000
(09:31 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-text/xmlto/xmlto-0.0.28-r1.ebuild
patch
|
blob
|
history
diff --git
a/app-text/xmlto/xmlto-0.0.28-r1.ebuild
b/app-text/xmlto/xmlto-0.0.28-r1.ebuild
index 2a6d1da4312a9a359834681fb6815dabb3903698..2e79b5582e6f2aca099b52edc5f16668bb3f9da9 100644
(file)
--- a/
app-text/xmlto/xmlto-0.0.28-r1.ebuild
+++ b/
app-text/xmlto/xmlto-0.0.28-r1.ebuild
@@
-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
}