diff --git a/build/scripts/build_haiku_image b/build/scripts/build_haiku_image index cb462d6059..7b47eaed8e 100755 --- a/build/scripts/build_haiku_image +++ b/build/scripts/build_haiku_image @@ -13,7 +13,7 @@ # dontClearImage # isVMwareImage # optionalPackageDescriptions -# +# # addattr # bfsShell # copyattr @@ -48,7 +48,7 @@ if [ $isImage ]; then tPrefix=/myfs/ cd="$fsShellCommand cd" scd="$fsShellCommand cd" - cp="$fsShellCommand cp" + cp="$fsShellCommand cp -f" copyAttrs="$fsShellCommand cp -a" ln="$fsShellCommand ln" mkdir="$fsShellCommand mkdir"