diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-05-08 12:59:05 +1200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-05-16 19:02:01 +0200 |
commit | 20445415307ae3d6524995d0128862dcbc119684 (patch) | |
tree | 385f1335f207fb3b4212d4d41e0f71be1efecbb2 | |
parent | 10f6926aaa6a8c49b29e183d12f6f767072ecff7 (diff) | |
download | samba-20445415307ae3d6524995d0128862dcbc119684.tar.gz samba-20445415307ae3d6524995d0128862dcbc119684.tar.bz2 samba-20445415307ae3d6524995d0128862dcbc119684.zip |
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 <metze@samba.org>
-rwxr-xr-x | install_with_python.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/install_with_python.sh b/install_with_python.sh index 7b51e5c669..e545ecc322 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 |