提交 da24e6f8 编写于 作者: R Richard Levitte

Set numeric IDs for tar as well

Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 27f98436
...@@ -482,7 +482,7 @@ TABLE: Configure Configurations/*.conf ...@@ -482,7 +482,7 @@ TABLE: Configure Configurations/*.conf
# 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 -
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册