From 20445415307ae3d6524995d0128862dcbc119684 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 8 May 2013 12:59:05 +1200 Subject: build: Do not set PATH in install_with_python now we set $PYTHON This will ensure that the scripts get rewritten to use this specific python, as it will not be found in the path by the waf scripts. Andrew Bartlett Reviewed-by: Stefan Metzmacher --- install_with_python.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'install_with_python.sh') diff --git a/install_with_python.sh b/install_with_python.sh index 7b51e5c6691..e545ecc3223 100755 --- a/install_with_python.sh +++ b/install_with_python.sh @@ -12,8 +12,6 @@ fi PREFIX="$1" shift -PATH=$PREFIX/python/bin:$PATH -export PATH LD_LIBRARY_PATH=$PREFIX/python/lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH -- cgit v1.2.1