diff options
Diffstat (limited to 'stage')
-rwxr-xr-x | stage | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -210,7 +210,7 @@ function sync_dist () # <dist-src> <dist-dst> [<rsync-options>] info "Press Enter to start distribution upload to $d" read - rsync -v -rlpt -c --copy-unsafe-links --prune-empty-dirs \ + rsync -v -rltO -c --chmod=ugo=rwX --copy-unsafe-links --prune-empty-dirs \ $rsync_ops "$@" "$s/" "$d/" } |