summarylogtreecommitdiffstats
path: root/jdk-devel.install
diff options
context:
space:
mode:
Diffstat (limited to 'jdk-devel.install')
-rw-r--r--jdk-devel.install5
1 files changed, 3 insertions, 2 deletions
diff --git a/jdk-devel.install b/jdk-devel.install
index fc0890f6e89f..1e90a7b03450 100644
--- a/jdk-devel.install
+++ b/jdk-devel.install
@@ -1,4 +1,5 @@
-THIS_JAVA='java-11-jdk'
+VERSION='<version>'
+THIS_JAVA='java-${VERSION}-jdk'
NAME='JDK Devel'
all_off="$(tput sgr0)"
@@ -39,7 +40,7 @@ post_install() {
note2 "Since Oracle Java 9, some Qt 5 applications (such as the reader apps Zeal and
GoldenDict) will crash due to the existance of the Java NPAPI plugin symlink
- (/usr/lib/mozilla/plugins/libnpjp2-jdk11.so).
+ (/usr/lib/mozilla/plugins/libnpjp2-jdk${VERSION}.so).
See:
- https://github.com/zealdocs/zeal/issues/802