Skip to content

Commit

Permalink
tweak: Switch to standard tar for build packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben authored Jul 1, 2023
1 parent 4663938 commit 1eac61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ cp "${SOURCE}/LICENSE" "${WORKDIR}/tailscale/LICENSE"
echo "Building tailscale-udm package"
mkdir -p "${DEST}"
# Assuming GNU tar with the --owner and --group args
gtar czf "${DEST}/tailscale-udm.tgz" -C "${WORKDIR}" tailscale on_boot.d --owner=0 --group=0
tar czf "${DEST}/tailscale-udm.tgz" -C "${WORKDIR}" tailscale on_boot.d --owner=0 --group=0

0 comments on commit 1eac61d

Please sign in to comment.