Skip to content

Commit

Permalink
fix: replace rsync with cp
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored and tulilirockz committed Feb 1, 2025
1 parent 74b3b74 commit 03b2aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ copy_systemfiles_for() {
WHAT=$1
shift
printf "::group:: ===%s-file-copying===\n" "$WHAT"
rsync -rvK "/var/tmp/system_files_overrides/$WHAT/" /
cp -a "/var/tmp/system_files_overrides/$WHAT/." /
printf "::endgroup::\n"
}

Expand Down

0 comments on commit 03b2aaf

Please sign in to comment.