We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804841b commit d8d81a6Copy full SHA for d8d81a6
1 file changed
build.sh
@@ -741,7 +741,7 @@ cp_chown() {
741
local src=$1
742
local dst=$2
743
744
- rsync --archive --mkpath --chown="${src_uidgid}" "${src}" "${dst}"
+ rsync --archive --mkpath --delete --chown="${src_uidgid}" "${src}" "${dst}"
745
}
746
747
# Sync generated files (if any) back to the source directory so they can be cached and speed up future runs.
0 commit comments