From: Nabil Ghodbane Date: Thu, 3 Mar 2022 14:52:12 +0000 (+0100) Subject: Paraview compilation script should use one single pipe. X-Git-Tag: V9_9_0~153 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ba2337a47ceb76fb1b265166a2ba9e955911ca65;p=tools%2Fsat_salome.git Paraview compilation script should use one single pipe. --- diff --git a/products/compil_scripts/ParaView-5.9.0.sh b/products/compil_scripts/ParaView-5.9.0.sh index 1e4e2e5..67e6c1d 100755 --- a/products/compil_scripts/ParaView-5.9.0.sh +++ b/products/compil_scripts/ParaView-5.9.0.sh @@ -36,7 +36,7 @@ then EGL_FOUND=false LINUX_DISTRIBUTION="$DIST_NAME$DIST_VERSION" case $LINUX_DISTRIBUTION in - CO*||FD*) + CO*|FD*) if [ -f /usr/include/EGL/egl.h ] && [ -f /usr/lib64/libEGL.so ] && [ -f /usr/lib64/libOpenGL.so ] then EGL_FOUND=true