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

Commit 450da75

Browse files
Update repackjre.sh
1 parent 33b9683 commit 450da75

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

repackjre.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ mkdir -p $work
1414
mkdir -p $work1
1515
mkdir -p "$out"
1616

17-
compress_jars(){
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 {} \;
21-
}
17+
2218

2319
# here comes a not-so-complicated functions to easily make desired arch
2420
## Usage: makearch [jre_libs_dir_name] [name_in_tarball]
@@ -77,7 +73,7 @@ makeuni () {
7773
rm man/ja_JP.UTF-8/man1/rmid.1
7874
rm man/ja_JP.UTF-8/man1/tnameserv.1
7975

80-
compress_jars
76+
8177
tar cJf universal.tar.xz * > /dev/null 2>&1;
8278
mv universal.tar.xz "$out"/;
8379
rm -rf "$work"/*;

0 commit comments

Comments
 (0)