Update repackjre.sh

This commit is contained in:
Boulay Mathias 2022-08-31 11:29:59 +02:00 committed by GitHub
parent 65e4d699bf
commit 0c1601ad0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;