X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2Fcompil_scripts%2Fsphinxcontrib_napoleon.sh;h=f60c3adb6498ab63823edb60b1c1128fb9e36c06;hb=134891346c17c925c878feba35c946023b45d28c;hp=c74b2847a1f4c75de40e2a3508ace5e4534f02b9;hpb=298f0f1f3babde4391646eecad9c63ec2f3f46c2;p=tools%2Fsat_salome.git diff --git a/products/compil_scripts/sphinxcontrib_napoleon.sh b/products/compil_scripts/sphinxcontrib_napoleon.sh index c74b284..f60c3ad 100755 --- a/products/compil_scripts/sphinxcontrib_napoleon.sh +++ b/products/compil_scripts/sphinxcontrib_napoleon.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"