mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-18 08:35:28 -04:00
Guessing the JDK output dir
This commit is contained in:
parent
c9e1ea08ed
commit
7edc4fd22a
@ -1,5 +1,15 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
rm -rf jreout || true
|
rm -rf jreout || true
|
||||||
cp -r openjdk/build/linux-${TARGET_JDK}-normal-server-release/images/jre jreout
|
|
||||||
|
# locate it:)
|
||||||
|
ls */*
|
||||||
|
|
||||||
|
echo "----- ls more -----"
|
||||||
|
ls */*/*
|
||||||
|
|
||||||
|
echo "----- ls more -----"
|
||||||
|
ls */*/*/*
|
||||||
|
|
||||||
|
cp -r openjdk/build/linux-${TARGET_JDK}-normal-server-release/jdk jreout
|
||||||
find jreout -name "*.diz" | xargs -- rm
|
find jreout -name "*.diz" | xargs -- rm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user