mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-12 21:56:05 -04:00
Use tree command instead of bunch of ls commands
To locate openjdk output dir
This commit is contained in:
parent
7edc4fd22a
commit
f9ea694c55
@ -3,13 +3,9 @@ set -e
|
||||
rm -rf jreout || true
|
||||
|
||||
# locate it:)
|
||||
ls */*
|
||||
|
||||
echo "----- ls more -----"
|
||||
ls */*/*
|
||||
|
||||
echo "----- ls more -----"
|
||||
ls */*/*/*
|
||||
cd openjdk
|
||||
tree
|
||||
cd ..
|
||||
|
||||
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