dev-java/openjdk-jre-bin: fix JAVA_HOME in vm env file

Closes: https://bugs.gentoo.org/833796
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2022-04-25 08:50:41 +02:00
parent 49c96cb7dd
commit 3586e009d5
2 changed files with 3 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
VERSION="Eclipse Temurin JRE ${PV}"
JAVA_HOME="${EPREFIX}/opt/${P}"
JDK_HOME="${EPREFIX}/opt/${P}"
JAVA_HOME="${EPREFIX}/opt/${PN}-${SLOT}"
JDK_HOME="${JAVA_HOME}"
JAVAC="\${JAVA_HOME}/bin/javac"
PATH="\${JAVA_HOME}/bin"
ROOTPATH="\${JAVA_HOME}/bin"