Skip to content

Commit

Permalink
add perm checks
Browse files Browse the repository at this point in the history
  • Loading branch information
phyzical committed Oct 3, 2024
1 parent 0453b78 commit f0300e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
tar_command="gtar"
sed_prefix="-i ''"
fi
$tar_command --owner=0 --group=0 -cJf "$filename" .
$tar_command --owner=root --group=root -cJf "$filename" .

cd - || exit

Expand Down

0 comments on commit f0300e5

Please sign in to comment.