projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f4682d
)
use detected python
author
Fabian Groffen
<grobian@gentoo.org>
Wed, 15 Dec 2010 19:32:42 +0000
(20:32 +0100)
committer
Fabian Groffen
<grobian@gentoo.org>
Wed, 15 Dec 2010 19:32:42 +0000
(20:32 +0100)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 81d1ce1c6bf0008123a7868bccc711bf524ba267..c839b96e503879d3ab7597b207f23bfa5d6bc73f 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-197,7
+197,7
@@
AC_HELP_STRING([--with-offset-prefix],
if test "x$PORTAGE_EPREFIX" != "x"
then
- PORTAGE_EPREFIX=`${PORTAGE_PYTHON} -c "import os; print os.path.normpath('$PORTAGE_EPREFIX')"`
+ PORTAGE_EPREFIX=`${P
REFIX_P
ORTAGE_PYTHON} -c "import os; print os.path.normpath('$PORTAGE_EPREFIX')"`
DEFAULT_PATH="${PORTAGE_EPREFIX}/usr/sbin:${PORTAGE_EPREFIX}/usr/bin:${PORTAGE_EPREFIX}/sbin:${PORTAGE_EPREFIX}/bin"
else
# this is what trunk uses in ebuild.sh