From: mbs Date: Fri, 1 Mar 2024 15:44:45 +0000 (+0000) Subject: OCCT DXF component was copied into wrong subfolder on Linux X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a732915939ea4bf0c721b7707013061b94237988;p=tools%2Fsat_salome.git OCCT DXF component was copied into wrong subfolder on Linux --- diff --git a/products/compil_scripts/DXF.sh b/products/compil_scripts/DXF.sh old mode 100644 new mode 100755 index 9700668..c2d1118 --- a/products/compil_scripts/DXF.sh +++ b/products/compil_scripts/DXF.sh @@ -1,10 +1,9 @@ #!/bin/bash echo ########################################################################## -echo DXF +echo DXF install echo ########################################################################## - cd $SOURCE_DIR echo @@ -17,11 +16,11 @@ then fi echo -echo "*** cp -r * " $PRODUCT_INSTALL -cp -r $SOURCE_DIR $PRODUCT_INSTALL +echo "*** cp -r $SOURCE_DIR/* " $PRODUCT_INSTALL +cp -r $SOURCE_DIR/* $PRODUCT_INSTALL if [ $? -ne 0 ] then - echo "ERROR on cp" + echo "ERROR on copy" exit 2 fi