mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-16 23:56:31 -04:00
Guessing the JDK output dir
This commit is contained in:
parent
c9e1ea08ed
commit
7edc4fd22a
@ -1,5 +1,15 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user