diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-01 19:05:00 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-03 15:56:47 +0700 |
commit | 2acfdc828ad7f5c82a27a437793f5c3ec11d6c3b (patch) | |
tree | 61e13abeb48826e29fa2dd2aee0f919f9e857eeb /libraries/rxtx/rxtx.SlackBuild | |
parent | 6966e196bf21add9eee7c3da41b0c97da5d62563 (diff) |
libraries/rxtx: Use zulu-openjdk8.
Also only reference Java 8 JDKs, instead of all of them.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/rxtx/rxtx.SlackBuild')
-rw-r--r-- | libraries/rxtx/rxtx.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libraries/rxtx/rxtx.SlackBuild b/libraries/rxtx/rxtx.SlackBuild index aeff018b9fc79..540c76fef6959 100644 --- a/libraries/rxtx/rxtx.SlackBuild +++ b/libraries/rxtx/rxtx.SlackBuild @@ -69,8 +69,7 @@ fi # that's executable. we just have too many jdk choices, and some of us # don't want to jump through oracle's hoops to download their jdk. if [ -z "$JAVA_HOME" ]; then - JDKS="jdk jdk11 openjdk8 adoptopenjdk zulu-openjdk11" - JDKS+=" zulu-openjdk8 zulu-openjdk11 zulu-openjdk17" + JDKS="jdk openjdk8 zulu-openjdk8" for i in $JDKS; do if [ -x /etc/profile.d/$i.sh ]; then . /etc/profile.d/$i.sh |