build: Do not set PATH in install_with_python now we set $PYTHON
authorAndrew Bartlett <abartlet@samba.org>
Wed, 8 May 2013 00:59:05 +0000 (12:59 +1200)
committerStefan Metzmacher <metze@samba.org>
Thu, 16 May 2013 17:02:01 +0000 (19:02 +0200)
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 <metze@samba.org>
install_with_python.sh

index 7b51e5c6691b450ab9e45e2dbe1bf691ed5e5f32..e545ecc3223cfecd5f8e533bd980c71b91ca4382 100755 (executable)
@@ -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