From 7012ee4e7ac84589d33a61ed69828134d823772f Mon Sep 17 00:00:00 2001 From: rahuel Date: Thu, 9 Feb 2006 15:27:19 +0000 Subject: [PATCH] -f option in cp because of "permission denied" --- salome_adm/unix/config_files/install-sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2