X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2Fcompil_scripts%2Fsphinxcontrib_websupport.sh;h=7f882f8c51574843e26ae15d8aee868142e87bc3;hb=5a3660901df7fe1361f86372ec2f29bec0a0dba6;hp=02ed2d7e1871cf9a6216538b171f662df192c1eb;hpb=298f0f1f3babde4391646eecad9c63ec2f3f46c2;p=tools%2Fsat_salome.git diff --git a/products/compil_scripts/sphinxcontrib_websupport.sh b/products/compil_scripts/sphinxcontrib_websupport.sh index 02ed2d7..7f882f8 100755 --- a/products/compil_scripts/sphinxcontrib_websupport.sh +++ b/products/compil_scripts/sphinxcontrib_websupport.sh @@ -10,10 +10,10 @@ echo "*** build in SOURCE directory" cd $SOURCE_DIR # we don't install in python directory -> modify environment as described in INSTALL file -mkdir -p $PRODUCT_INSTALL/lib/python${PYTHON_VERSION:0:3}/site-packages +mkdir -p $PRODUCT_INSTALL/lib/python${PYTHON_VERSION}/site-packages export PATH=$(pwd)/bin:$PATH export PYTHONPATH=$(pwd):$PYTHONPATH -export PYTHONPATH=${PRODUCT_INSTALL}/lib/python${PYTHON_VERSION:0:3}/site-packages:$PYTHONPATH +export PYTHONPATH=${PRODUCT_INSTALL}/lib/python${PYTHON_VERSION}/site-packages:$PYTHONPATH echo echo "*** build and install with $PYTHONBIN"