Tiny Core Extensions > TCE Corepure64
Bug in adoptopenjdk-12 installation script
AlmostTmp17022020:
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":
--- Quote ---[ -d /lib64 ] ll mkdir -p 755 /lib64
--- End quote ---
should probably be:
AlmostTmp17022020:
I couldn't post the fixed script, so there it is in the attachment.
AlmostTmp17022020:
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!
AlmostTmp17022020:
Found out that the fix is much simpler:
--- Quote ---[ -d /lib64 ] ll mkdir -p -m 755 /lib64
--- End quote ---
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
AlmostTmp17022020:
Again, thank you all and good luck! ;)
Navigation
[0] Message Index
[#] Next page
Go to full version