summaryrefslogtreecommitdiff
path: root/install_with_python.sh
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-05-08 12:59:05 +1200
committerStefan Metzmacher <metze@samba.org>2013-05-16 19:02:01 +0200
commit20445415307ae3d6524995d0128862dcbc119684 (patch)
tree385f1335f207fb3b4212d4d41e0f71be1efecbb2 /install_with_python.sh
parent10f6926aaa6a8c49b29e183d12f6f767072ecff7 (diff)
downloadsamba-20445415307ae3d6524995d0128862dcbc119684.tar.gz
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>
Diffstat (limited to 'install_with_python.sh')
-rwxr-xr-xinstall_with_python.sh2
1 files changed, 0 insertions, 2 deletions
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