summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-12-07 16:50:15 +0100
committerRichard Levitte <levitte@openssl.org>2015-12-07 20:10:51 +0100
commit4e295148c302feb394ea547debc20338305d92b2 (patch)
tree17b4d60865b8bb10bbebb5693be9df8858e80e1e /Makefile.org
parent8e18babd1b140532b70774ba37fde336a8d0f1fe (diff)
Change tar owner and group to just 0
It seems like some tar versions don't like the name:id form for --owner and --group. The closest known anonymous user being 0 (root), that seems to be the most appropriate user/group to assign ownership to. It matters very little when unpacking either way. Reviewed-by: Rich Salz <rsalz@openssl.org> (cherry picked from commit b91dd150d2b9b5ddca37722e7f52ea59ba7f80da)
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index acc86ef8dd..e035fc4d2b 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -499,7 +499,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:0 --group openssl:0 \
+ --owner 0 --group 0 \
--transform 's|^|$(NAME)/|' \
-cvf -