X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=config_files%2Fsip-4.1.sh;h=05aa4da4629111749f23c9e4fdb68b40f6fdd289;hb=3fc3493387b534f9e0c536de985ac0af3413ae7a;hp=ccafacf5192b2447174078267ab2f853a6b2fe25;hpb=1a68c73e1396a53237d6ee1bd63b674ae9ca8249;p=tools%2Finstall.git diff --git a/config_files/sip-4.1.sh b/config_files/sip-4.1.sh index ccafacf..05aa4da 100755 --- a/config_files/sip-4.1.sh +++ b/config_files/sip-4.1.sh @@ -40,7 +40,7 @@ if [ -n "${sipdir}" ] ; then if [ -n "${sippython}" ]; then tmp="${sipdir} ${sipdir} \${PATH} ${PATH}"; path=`sort_path ${tmp}` - tmp="${sipdir} ${sipdir} \${LD_LIBRARY_PATH} ${LD_LIBRARY_PATH}"; + tmp="${sippython} ${sippython} \${LD_LIBRARY_PATH} ${LD_LIBRARY_PATH}"; ld_library_path=`sort_path ${tmp}` tmp="${sippython} ${sippython} \${PYTHONPATH} ${PYTHONPATH}"; pythonpath=`sort_path ${tmp}`