Set numeric IDs for tar as well
Reviewed-by: Matt Caswell <matt@openssl.org> (cherry picked from commit da24e6f8a05ea657684094e04c1a54efa04c2962)
This commit is contained in:
parent
be85620419
commit
2035e2db68
@ -500,7 +500,7 @@ TABLE: Configure
|
|||||||
# and read directly, requiring GNU-Tar. Call "make TAR=gtar dist" if the normal
|
# and read directly, requiring GNU-Tar. Call "make TAR=gtar dist" if the normal
|
||||||
# tar does not support the --files-from option.
|
# tar does not support the --files-from option.
|
||||||
TAR_COMMAND=$(TAR) $(TARFLAGS) --files-from ../$(TARFILE).list \
|
TAR_COMMAND=$(TAR) $(TARFLAGS) --files-from ../$(TARFILE).list \
|
||||||
--owner openssl --group openssl \
|
--owner openssl:0 --group openssl:0 \
|
||||||
--transform 's|^|openssl-$(VERSION)/|' \
|
--transform 's|^|openssl-$(VERSION)/|' \
|
||||||
-cvf -
|
-cvf -
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user