8171548: JDK bundles changes sym links incorrectly in the legal directory

Reviewed-by: mchung
This commit is contained in:
Erik Joelsson 2016-12-21 17:53:11 +01:00
parent d8f522b272
commit e524cf8e7a

View File

@ -103,7 +103,7 @@ define SetupBundleFileBody
$(CD) $$($1_BASE_DIRS) \
&& ( $(TAR) cf - $(TAR_CREATE_EXTRA_PARAM) \
-$(TAR_INCLUDE_PARAM) $$($1_$$($1_BASE_DIRS)_LIST_FILE) \
$$(if $$($1_SUBDIR), --transform 's|^|$$($1_SUBDIR)/|') \
$$(if $$($1_SUBDIR), --transform 's|^|$$($1_SUBDIR)/|S') \
$(TAR_IGNORE_EXIT_VALUE) ) \
| $(GZIP) > $$@
else