From: Andrew Bartlett Date: Wed, 9 Jan 2013 21:51:34 +0000 (+1100) Subject: build: In install_with_python.sh force using the python from the install we just... X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba.git;a=commitdiff_plain;h=8e84c33a6094288ec2c8964588c679a71742e855 build: In install_with_python.sh force using the python from the install we just made Reviewed-by: Stefan Metzmacher --- 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