From: Fabian Groffen Date: Wed, 15 Dec 2010 19:32:42 +0000 (+0100) Subject: use detected python X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6e772b81d45a1df20665d592f4c3da1a9fafd635;p=portage.git use detected python --- diff --git a/configure.in b/configure.in index 81d1ce1c6..c839b96e5 100644 --- 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=`${PREFIX_PORTAGE_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