mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-16 15:47:40 -04:00
Update repackjre.sh
This commit is contained in:
parent
65e4d699bf
commit
0c1601ad0e
@ -24,7 +24,7 @@ compress_jars(){
|
||||
makearch () {
|
||||
echo "Making $2...";
|
||||
cd "$work";
|
||||
tar xf $(find "$in" -name jre8-$2-*release.tar.xz) > /dev/null 2>&1;
|
||||
tar xf -9e --threads=0 $(find "$in" -name jre8-$2-*release.tar.xz) > /dev/null 2>&1;
|
||||
mv release "$work1"/;
|
||||
mv bin "$work1"/;
|
||||
mkdir -p "$work1"/lib;
|
||||
|
Loading…
x
Reference in New Issue
Block a user