Skip to content

Commit 10816cc

Browse files
committed
Force gtar
1 parent 919313a commit 10816cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/package.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ cp "${SOURCE}/LICENSE" "${WORKDIR}/tailscale/LICENSE"
1717

1818
echo "Building tailscale-udm package"
1919
mkdir -p "${DEST}"
20-
tar czf "${DEST}/tailscale-udm.tgz" -C "${WORKDIR}" tailscale on_boot.d --owner=0 --group=0
20+
# Assuming GNU tar with the --owner and --group args
21+
gtar czf "${DEST}/tailscale-udm.tgz" -C "${WORKDIR}" tailscale on_boot.d --owner=0 --group=0

0 commit comments

Comments
 (0)