From 2035e2db681ae3b3b3502892bced0f54d1a2c8c0 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 10 Jul 2015 18:29:17 +0200 Subject: [PATCH] Set numeric IDs for tar as well Reviewed-by: Matt Caswell (cherry picked from commit da24e6f8a05ea657684094e04c1a54efa04c2962) --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.org b/Makefile.org index 2a5f45c3ea..aa8776ea08 100644 --- a/Makefile.org +++ b/Makefile.org @@ -500,7 +500,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 - -- 2.34.1