Skip to content

Commit 2946c1f

Browse files
committed
Add --format=gnu when building source bundle
1 parent 9afb2f6 commit 2946c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/linux/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ rm -rf $WORKDIR/linux/debian || die "Failed"
152152
print G "done."
153153

154154
printn Y "Archiving the source code... "
155-
TAR_OPTIONS="--mtime=$(git log -1 --format=%cI) --owner=root:0 --group=root:0 --sort=name"
155+
TAR_OPTIONS="--mtime=$(git log -1 --format=%cI) --owner=root:0 --group=root:0 --sort=name --format=gnu"
156156
LC_ALL=C tar cfz mozillavpn_$SHORTVERSION.orig.tar.gz $TAR_OPTIONS $WORKDIR || die "Failed"
157157
print G "done."
158158

0 commit comments

Comments
 (0)