From: rahuel Date: Thu, 9 Feb 2006 15:27:19 +0000 (+0000) Subject: -f option in cp because of "permission denied" X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7012ee4e7ac84589d33a61ed69828134d823772f;p=modules%2Fkernel.git -f option in cp because of "permission denied" --- diff --git a/salome_adm/unix/config_files/install-sh b/salome_adm/unix/config_files/install-sh index 56ccb7b5f..51319e83e 100755 --- a/salome_adm/unix/config_files/install-sh +++ b/salome_adm/unix/config_files/install-sh @@ -33,7 +33,7 @@ done if test x$dirParams = "xyes"; then mkdir -p $dirPath else -cp $args $dirPath +cp -f $args $dirPath for arg in $args; do myArg=`basename $arg` if test x$chmodParams != x; then