s4:dsdb/extended_dn_in: Fix DNs and filter expressions in extended match ops
[obnox/samba/samba-obnox.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"