Tiny Core Linux
Tiny Core Extensions => TCE Corepure64 => Topic started by: AlmostTmp17022020 on February 16, 2021, 06:14:12 PM
-
Hello, people, and thank you for TinyCore Linux!
There is a little bug in post-installation script of "adoptopenjdk-12.tcz" extension of CorePure64 v11.1.
Line 4 of "/usr/local/tce.installed/adoptopenjdk-12":
[ -d /lib64 ] ll mkdir -p 755 /lib64
should probably be:
-
I couldn't post the fixed script, so there it is in the attachment.
-
Or else the post-installation script makes "/tce/optional/755" directory instead of changing "/lib64" attributes.
P.s. Sorry for making "temporary" account, but my browser doesn't open the forum in HTTPS mode, and I don't want to make regular account via insecure HTTP connection.
And again, thank you and good luck!
-
Found out that the fix is much simpler:
[ -d /lib64 ] ll mkdir -p -m 755 /lib64
By the way, have made installers for AdoptOpenJDK v15.0.2 build 7 (2021-01-21) and v17 build 10 (2021-02-23), JRE version.
The scripts are "semi-universal" – JDK version, archive subdirectory and tar.gz name must be tuned for other jdk versions (variables are at the beginning of script).
12459 bytes, md5: e7628b8ad24570ec0ded360a88e87140 *jre-installer.zip
-
Again, thank you all and good luck! ;)
-
And forgot :-[ to mention, the scripts are modified "java-installer.tcz" by Sercan Arslan and Anno Langen. The authors are them.