s3/libsmb: Use smbXcli_conn_dfs_supported instead of test on CAP_DFS
[mat/samba.git] / install_with_python.sh
index 47ff78018003793a4d7eab05b115e78db3cc7511..e545ecc3223cfecd5f8e533bd980c71b91ca4382 100755 (executable)
@@ -12,8 +12,8 @@ fi
 PREFIX="$1"
 shift
 
-PATH=$PREFIX/python/bin:$PATH
-export PATH
+LD_LIBRARY_PATH=$PREFIX/python/lib:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH
 
 VERSION="Python-2.6.5"