commit: 9b9fe5a81bf125690bd4e312b1c6659131b1394a
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 5 01:04:54 2021 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Oct 5 01:04:54 2021 +0000
URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=9b9fe5a8
build: note that xz -9 is not needed
Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
make-tarball.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/make-tarball.sh b/make-tarball.sh
index 231cb66..8f357b5 100755
--- a/make-tarball.sh
+++ b/make-tarball.sh
@@ -59,6 +59,7 @@ rm -rf autom4te.cache
popd >/dev/null
einfo "Generating tarball ..."
+# The archive is small enough that -6 & -9 produce the same size.
tar cf - "${p}" | xz > "${p}".tar.xz
rm -r "${p}"