]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
-f option in cp because of "permission denied"
authorrahuel <rahuel@opencascade.com>
Thu, 9 Feb 2006 15:27:19 +0000 (15:27 +0000)
committerrahuel <rahuel@opencascade.com>
Thu, 9 Feb 2006 15:27:19 +0000 (15:27 +0000)
salome_adm/unix/config_files/install-sh

index 56ccb7b5fbfb0db5d208aab9a4b9122dad44653d..51319e83edab3ad2aeec387ecd4f75aaa3f0a14b 100755 (executable)
@@ -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