Copy release file

This commit is contained in:
Duy Tran Khanh 2021-06-11 10:20:18 +07:00 committed by GitHub
parent 63ee5911b3
commit 91b305f971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ cp -r $imagespath/jdk jdkout
# JDK no longer create separate JRE image, so we have to create one manually.
mkdir -p jreout/bin
cp jdkout/bin/{java,jfr,keytool,rmiregistry} jreout/bin/
cp -r jdkout/{conf,legal,lib,man} jreout/
cp -r jdkout/{conf,legal,lib,man,release} jreout/
rm jreout/lib/src.zip
mv jdkout/lib/libfreetype.so.6 jdkout/lib/libfreetype.so || echo "Move exit $?"