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

Commit f3936fb

Browse files
authored
Fix[repackjre]: make jvm.cfg platform-dependent
1 parent e2f632f commit f3936fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

9_repackjre.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ makearch () {
3535

3636
#mv lib/$1 "$work1"/lib/;
3737
mv lib/jexec "$work1"/lib/;
38+
mv lib/jvm.cfg "$work1"/lib/;
3839

3940
# server contains the libjvm.so
4041
copyjvmlib server $2
@@ -61,6 +62,7 @@ makeuni () {
6162
rm -rf bin;
6263
rm -rf lib/server;
6364
rm lib/jexec;
65+
rm lib/jvm.cfg;
6466
find ./ -name '*.so' -execdir rm {} \; # Remove arch specific shared objects
6567
rm release
6668

0 commit comments

Comments
 (0)