mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-11 13:15:32 -04:00
Copy release file
This commit is contained in:
parent
63ee5911b3
commit
91b305f971
@ -24,7 +24,7 @@ cp -r $imagespath/jdk jdkout
|
|||||||
# JDK no longer create separate JRE image, so we have to create one manually.
|
# JDK no longer create separate JRE image, so we have to create one manually.
|
||||||
mkdir -p jreout/bin
|
mkdir -p jreout/bin
|
||||||
cp jdkout/bin/{java,jfr,keytool,rmiregistry} 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
|
rm jreout/lib/src.zip
|
||||||
|
|
||||||
mv jdkout/lib/libfreetype.so.6 jdkout/lib/libfreetype.so || echo "Move exit $?"
|
mv jdkout/lib/libfreetype.so.6 jdkout/lib/libfreetype.so || echo "Move exit $?"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user