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

Commit a2dbea0

Browse files
authored
Fix[vm]: copy correct variant into libs
1 parent 21cc46e commit a2dbea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

9_repackjre.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ makearch () {
3030
mv lib/jexec "$work1"/lib/;
3131

3232
# server contains the libjvm.so
33-
mv lib/server "$work1"/lib/;
33+
mv lib/$JVM_VARIANTS "$work1"/lib/;
3434

3535
# All the other .so files are at the root of the lib folder
3636
find ./ -name '*.so' -execdir mv {} "$work1"/lib/{} \;

0 commit comments

Comments
 (0)