community/openjdk8: escape glob when using amove with absolute $_java_home

the glob was wrongly expanded during cross-compilation,
specifically when `jfr.jar` is available for host compiler
This commit is contained in:
Celeste 2024-09-10 04:09:52 +00:00
parent 730d1f41e0
commit e3f7fbe94d

View File

@ -376,9 +376,9 @@ jrelib() {
amove \
$_java_home/jre/lib/images \
$_java_home/jre/lib/*.jar \
$_java_home/jre/lib/\*.jar \
$_java_home/jre/lib/security \
$_java_home/jre/lib/ext/*.jar \
$_java_home/jre/lib/ext/\*.jar \
$_java_home/jre/lib/cmm \
$_java_home/jre/ASSEMBLY_EXCEPTION \
$_java_home/jre/THIRD_PARTY_README \