From: Richard Levitte Date: Fri, 10 Jul 2015 16:29:17 +0000 (+0200) Subject: Set numeric IDs for tar as well X-Git-Tag: OpenSSL_1_0_2e~165 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0ed08a7a985e35e2a2b18da3b8d7dfed9f126a80;p=oweals%2Fopenssl.git Set numeric IDs for tar as well Reviewed-by: Matt Caswell (cherry picked from commit da24e6f8a05ea657684094e04c1a54efa04c2962) --- diff --git a/Makefile.org b/Makefile.org index 4844276f8e..48469c5f07 100644 --- a/Makefile.org +++ b/Makefile.org @@ -498,7 +498,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 -