From: Nabil Ghodbane Date: Tue, 11 Apr 2023 07:55:23 +0000 (+0200) Subject: PERSALYS: fix compilation script X-Git-Tag: V9_11_0~64 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=22bc2e7e36ff55dbe071e7421e7606cba303585d;p=tools%2Fsat_salome.git PERSALYS: fix compilation script --- diff --git a/products/compil_scripts/PERSALYS-v13.0.sh b/products/compil_scripts/PERSALYS-v13.0.sh index 187dcbf..d94b74f 100755 --- a/products/compil_scripts/PERSALYS-v13.0.sh +++ b/products/compil_scripts/PERSALYS-v13.0.sh @@ -110,7 +110,7 @@ fi # setting -DCMAKE_INSTALL_LIBDIR to lib is not enough on Fedora nodes echo echo "*** check installation" -if [! -d "${PRODUCT_INSTALL}/lib" ]; then +if [ ! -d "${PRODUCT_INSTALL}/lib" ]; then mkdir -p ${PRODUCT_INSTALL}/lib fi diff --git a/products/compil_scripts/PERSALYS-v14.0.1.sh b/products/compil_scripts/PERSALYS-v14.0.1.sh index 187dcbf..d94b74f 100755 --- a/products/compil_scripts/PERSALYS-v14.0.1.sh +++ b/products/compil_scripts/PERSALYS-v14.0.1.sh @@ -110,7 +110,7 @@ fi # setting -DCMAKE_INSTALL_LIBDIR to lib is not enough on Fedora nodes echo echo "*** check installation" -if [! -d "${PRODUCT_INSTALL}/lib" ]; then +if [ ! -d "${PRODUCT_INSTALL}/lib" ]; then mkdir -p ${PRODUCT_INSTALL}/lib fi