Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Fix AL jre alternative path
Browse files Browse the repository at this point in the history
  • Loading branch information
lutkerd committed Mar 26, 2024
1 parent 2aaaeec commit 5b57456
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ if [ \$1 -eq 1 ] ; then

# Need to setup the jre alternatives separately when there is a higher priority jre java these don't get created above.
alternatives --install %{_jvmdir}/jre-%{java_major_version} jre_%{java_major_version} %{java_home} %{alternatives_priority} \
--slave %{_jvmdir}/jre-%{java_major_version}-openjdk jre_%{java_major_version}_openjdk %{java_home}/jre
--slave %{_jvmdir}/jre-%{java_major_version}-openjdk jre_%{java_major_version}_openjdk %{java_home}
fi

%post devel
Expand Down

0 comments on commit 5b57456

Please sign in to comment.