]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
fix error in sip script implementation. esac should close case
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 27 Oct 2023 07:04:54 +0000 (09:04 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 27 Oct 2023 07:04:54 +0000 (09:04 +0200)
products/compil_scripts/sip-5.5.0.sh

index 3e0282b1194b8a63852e1e106e8ca19c7c85a018..82ccf0fadb65e019755975dab655a0135aa461e2 100755 (executable)
@@ -9,7 +9,7 @@ LINUX_DISTRIBUTION="$DIST_NAME$DIST_VERSION"
 rm -rf $BUILD_DIR
 mkdir $BUILD_DIR
 cd $BUILD_DIR
-cp -R $SOURCE_DIR/sip-5.5.0 .
+cp -r $SOURCE_DIR/sip-5.5.0 .
 
 USE_SETUP=true
 case $LINUX_DISTRIBUTION in
@@ -18,7 +18,7 @@ case $LINUX_DISTRIBUTION in
         ;;
     *)
         ;;
-fi
+esac
 
 # we don't install in python directory -> modify environment as described in INSTALL file
 export PATH=$(pwd)/bin:$PATH