]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
Paraview compilation script should use one single pipe.
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 3 Mar 2022 14:52:12 +0000 (15:52 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 3 Mar 2022 14:52:12 +0000 (15:52 +0100)
products/compil_scripts/ParaView-5.9.0.sh

index 1e4e2e5009babe6d9efa79b6d6751bef9e8fbe29..67e6c1d243cdfe33f93997e982384431b23fec8a 100755 (executable)
@@ -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