Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 33b9683

Browse files
Temp remove the packer200
It is mostly due to an unpacker issue on arm
1 parent 0e0b7ed commit 33b9683

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

repackjre.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ mkdir -p $work1
1515
mkdir -p "$out"
1616

1717
compress_jars(){
18-
find ./ -name '*.jar' -execdir pack200 -S-1 -g -G -E9 {}.pack {} \;
19-
find ./ -name '*.jar' -execdir rm {} \;
18+
#TODO Fix the ARMv7 unpacker200 executable
19+
#find ./ -name '*.jar' -execdir pack200 -S-1 -g -G -E9 {}.pack {} \;
20+
#find ./ -name '*.jar' -execdir rm {} \;
2021
}
2122

2223
# here comes a not-so-complicated functions to easily make desired arch

0 commit comments

Comments
 (0)