From 33b9683acdba14111ff8a548c00af56a0511315b Mon Sep 17 00:00:00 2001 From: Boulay Mathias Date: Tue, 31 May 2022 21:04:33 +0200 Subject: [PATCH] Temp remove the packer200 It is mostly due to an unpacker issue on arm --- repackjre.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/repackjre.sh b/repackjre.sh index 3635bfd..ebcf696 100755 --- a/repackjre.sh +++ b/repackjre.sh @@ -15,8 +15,9 @@ mkdir -p $work1 mkdir -p "$out" compress_jars(){ - find ./ -name '*.jar' -execdir pack200 -S-1 -g -G -E9 {}.pack {} \; - find ./ -name '*.jar' -execdir rm {} \; + #TODO Fix the ARMv7 unpacker200 executable + #find ./ -name '*.jar' -execdir pack200 -S-1 -g -G -E9 {}.pack {} \; + #find ./ -name '*.jar' -execdir rm {} \; } # here comes a not-so-complicated functions to easily make desired arch