diff options
author | Ivo De Decker <ivo.dedecker@ugent.be> | 2013-07-02 19:57:51 +0200 |
---|---|---|
committer | Ivo De Decker <ivo.dedecker@ugent.be> | 2013-07-02 19:57:51 +0200 |
commit | 6bbeb05cf77ea4fb1e15724509d261e9de0b5d92 (patch) | |
tree | cc4089ac5e5012bb2fe8d1144263400d6909603f /install_with_python.sh | |
parent | bc40a72b0272f6687988b40c2b04e5fdb91692c8 (diff) | |
download | samba-6bbeb05cf77ea4fb1e15724509d261e9de0b5d92.tar.gz |
Imported Upstream version 4.0.7+dfsgupstream/4.0.7+dfsg
Diffstat (limited to 'install_with_python.sh')
-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 |