Salome HOME
spns #29664: omniORB: fix python path
[tools/sat_salome.git] / products / compil_scripts / graphviz-2.38.0.sh
index 2289126e28d0d83ff4ad098f285c491a9ddeefd2..934817dabe79205bb8ef7cbe785924921701158c 100755 (executable)
@@ -30,6 +30,13 @@ then
 fi
 
 echo "*** make install"
+
+# 23/03/2022
+# feedback sent by Vadim SANDERS
+# cannot run 'dot -c': failed to open /usr/lib/graphviz/config6a for write
+# strangely on some Debian 9, the dot command triggers
+export PATH=${PRODUCT_INSTALL}/bin:${PATH}
+export LD_LIBRARY_PATH=${PRODUCT_INSTALL}/lib:${PRODUCT_INSTALL}/lib/graphviz:${LD_LIBRARY_PATH}
 make install
 if [ $? -ne 0 ]
 then