summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-07-10 18:29:17 +0200
committerRichard Levitte <levitte@openssl.org>2015-07-10 20:31:59 +0200
commit916aaef14a520b1e055c8825e4520f0e972b018c (patch)
tree53e67b7b75030956c6570dc9872aa90dc37a95b0
parent00e651b8469e06c8c92ea06e346e1ed780417eda (diff)
Set numeric IDs for tar as well
Reviewed-by: Matt Caswell <matt@openssl.org> (cherry picked from commit da24e6f8a05ea657684094e04c1a54efa04c2962)
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index c8934e1af1..1e0897ec54 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -453,7 +453,7 @@ TABLE: Configure
# 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 -