Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pax-utils:master commit in: /
Date: Tue, 05 Oct 2021 01:05:09
Message-Id: 1633395894.9b9fe5a81bf125690bd4e312b1c6659131b1394a.vapier@gentoo
1 commit: 9b9fe5a81bf125690bd4e312b1c6659131b1394a
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 5 01:04:54 2021 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 5 01:04:54 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=9b9fe5a8
7
8 build: note that xz -9 is not needed
9
10 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
11
12 make-tarball.sh | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/make-tarball.sh b/make-tarball.sh
16 index 231cb66..8f357b5 100755
17 --- a/make-tarball.sh
18 +++ b/make-tarball.sh
19 @@ -59,6 +59,7 @@ rm -rf autom4te.cache
20 popd >/dev/null
21
22 einfo "Generating tarball ..."
23 +# The archive is small enough that -6 & -9 produce the same size.
24 tar cf - "${p}" | xz > "${p}".tar.xz
25 rm -r "${p}"