mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-17 16:14:54 -04:00
diz -> debuginfo
This commit is contained in:
parent
96dca799d0
commit
04bff01505
@ -26,8 +26,8 @@ mv jreout/lib/${TARGET_JDK}/libfreetype.so.6 jreout/lib/${TARGET_JDK}/libfreetyp
|
|||||||
mv jreout/lib/${TARGET_JDK}/libfreetype.dylib.6 jreout/lib/${TARGET_JDK}/libfreetype.dylib || echo "Move exit $?"
|
mv jreout/lib/${TARGET_JDK}/libfreetype.dylib.6 jreout/lib/${TARGET_JDK}/libfreetype.dylib || echo "Move exit $?"
|
||||||
|
|
||||||
# mv jreout/lib/${TARGET_JDK}/libfontmanager.diz jreout/lib/${TARGET_JDK}/libfontmanager.diz.keep
|
# mv jreout/lib/${TARGET_JDK}/libfontmanager.diz jreout/lib/${TARGET_JDK}/libfontmanager.diz.keep
|
||||||
# find jreout -name "*.diz" | xargs -- rm
|
# find jreout -name "*.debuginfo" | xargs -- rm
|
||||||
# mv jreout/lib/${TARGET_JDK}/libfontmanager.diz.keep jreout/lib/${TARGET_JDK}/libfontmanager.diz
|
# mv jreout/lib/${TARGET_JDK}/libfontmanager.diz.keep jreout/lib/${TARGET_JDK}/libfontmanager.diz
|
||||||
|
|
||||||
find jdkout -name "*.diz" | xargs -- rm
|
find jdkout -name "*.debuginfo" | xargs -- rm
|
||||||
find jreout -name "*.diz" -exec mv {} dizout/ \;
|
find jreout -name "*.debuginfo" -exec mv {} dizout/ \;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user