From 22bc2e7e36ff55dbe071e7421e7606cba303585d Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Tue, 11 Apr 2023 09:55:23 +0200 Subject: [PATCH] PERSALYS: fix compilation script --- products/compil_scripts/PERSALYS-v13.0.sh | 2 +- products/compil_scripts/PERSALYS-v14.0.1.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2