diff options
author | Richard Levitte <levitte@openssl.org> | 2015-07-10 18:29:17 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2015-07-10 20:29:16 +0200 |
commit | da24e6f8a05ea657684094e04c1a54efa04c2962 (patch) | |
tree | 9bb08fc7a31d63b405dcd19e8d49cfc96b91dfbd /Makefile.org | |
parent | Stop using tardy (diff) | |
download | openssl-da24e6f8a05ea657684094e04c1a54efa04c2962.tar.xz openssl-da24e6f8a05ea657684094e04c1a54efa04c2962.zip |
Set numeric IDs for tar as well
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'Makefile.org')
-rw-r--r-- | Makefile.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org index 10da64481e..3e326c0759 100644 --- a/Makefile.org +++ b/Makefile.org @@ -482,7 +482,7 @@ TABLE: Configure Configurations/*.conf # and read directly, requiring GNU-Tar. Call "make TAR=gtar dist" if the normal # tar does not support the --files-from option. TAR_COMMAND=$(TAR) $(TARFLAGS) --files-from ../$(TARFILE).list \ - --owner openssl --group openssl \ + --owner openssl:0 --group openssl:0 \ --transform 's|^|openssl-$(VERSION)/|' \ -cvf - |