mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
maint: Use "ustar" format for tarball again.
This is a follow-up to commit
b0c33b1997
maint: Use reproducible timestamps and name for tarball.
* Makefile.am (am__tar): Add --format=ustar.
Change-Id: I1e499c413703105704f49a84868ec10de69846fb
This commit is contained in:
parent
f073cea41b
commit
dbfb691c5b
1 changed files with 1 additions and 0 deletions
|
@ -1033,6 +1033,7 @@ dist-with-updated-version:
|
|||
override GZIP_ENV = --best --no-name
|
||||
# Be friendly to Debian; avoid using EPOCH
|
||||
override am__tar = $${TAR-tar} \
|
||||
--format=ustar \
|
||||
--sort=name \
|
||||
--mode=go=rX,u+rw,a-s \
|
||||
--mtime=@$$(cat "$$tardir"/.tarball-timestamp) \
|
||||
|
|
Loading…
Reference in a new issue