Skip to content

Commit

Permalink
remove owner info from release tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
master-hax authored Jun 16, 2024
1 parent e84963e commit 541d802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ clean:
rm -f pixel-backup-gang-*.tar.gz

pixel-backup-gang-$(PBG_VERSION).tar.gz: $(ALL_SCRIPTS)
tar -czvf $@ --transform='s,^scripts/,pixel-backup-gang/,' $^
tar --owner=0 --group=0 -czvf $@ --transform='s,^scripts/,pixel-backup-gang/,' $^

0 comments on commit 541d802

Please sign in to comment.