We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9afb2f6 commit 2946c1fCopy full SHA for 2946c1f
scripts/linux/script.sh
@@ -152,7 +152,7 @@ rm -rf $WORKDIR/linux/debian || die "Failed"
152
print G "done."
153
154
printn Y "Archiving the source code... "
155
-TAR_OPTIONS="--mtime=$(git log -1 --format=%cI) --owner=root:0 --group=root:0 --sort=name"
+TAR_OPTIONS="--mtime=$(git log -1 --format=%cI) --owner=root:0 --group=root:0 --sort=name --format=gnu"
156
LC_ALL=C tar cfz mozillavpn_$SHORTVERSION.orig.tar.gz $TAR_OPTIONS $WORKDIR || die "Failed"
157
158
0 commit comments