Skip to content

Commit 3b6e494

Browse files
committed
add a comment about syncing alternative group names between modules
Signed-off-by: Jonathan Dowland <[email protected]>
1 parent 888b89c commit 3b6e494

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/singleton-jdk/configure.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ fi
1515
# our stated JAVA_VERSION-JAVA_VENDOR (e.g.: 11-openjdk; 1.8.0-openj9)
1616
rpm -e --nodeps $(rpm -qa java-* | grep -v "^java-${JAVA_VERSION}-${JAVA_VENDOR}")
1717

18-
# workaround for https://issues.redhat.com/browse/RHEL-3437
18+
# workaround for <https://issues.redhat.com/browse/RHEL-3437>
19+
# The alternative link groups touched here need to match up with those set in
20+
# modules/jdk/*/configure.sh
1921
_arch="$(uname -m)"
2022
for alt in java javac java_sdk_openjdk jre_openjdk; do
2123
alternatives --set "$alt" "java-${JAVA_VERSION}-${JAVA_VENDOR}.${_arch}"

0 commit comments

Comments
 (0)