From 8e84c33a6094288ec2c8964588c679a71742e855 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 10 Jan 2013 08:51:34 +1100 Subject: [PATCH] build: In install_with_python.sh force using the python from the install we just made Reviewed-by: Stefan Metzmacher --- install_with_python.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install_with_python.sh b/install_with_python.sh index d7ae55da123..5d3beaa9626 100755 --- a/install_with_python.sh +++ b/install_with_python.sh @@ -36,6 +36,9 @@ if ! test -d $PREFIX/python; then do_install_python fi +PYTHON=$PREFIX/python/bin/python +export PYTHON + `dirname $0`/configure --prefix=$PREFIX $@ || exit 1 make -j || exit 1 make install || exit 1 -- 2.34.1