aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2022-06-26 11:44:35 -0400
committerFlorian Schmaus <flow@gentoo.org>2022-06-27 08:49:08 +0200
commit78b919bb302830f94afce614cbc6cf8efcba749d (patch)
treee5df0174a58d70d1857aafec1f8ebaa6159c8833
parenteselect-java 0.5.0 (diff)
downloadeselect-java-78b919bb302830f94afce614cbc6cf8efcba749d.tar.gz
eselect-java-78b919bb302830f94afce614cbc6cf8efcba749d.tar.bz2
eselect-java-78b919bb302830f94afce614cbc6cf8efcba749d.zip
java-vm.eselect: remove trailing slash from VM_BASE
All uses of this variable already append a slash, which results in a double slash when running 'eselect java-vm set'. Signed-off-by: Mike Gilbert <floppym@gentoo.org> Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r--src/modules/java-vm.eselect.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/java-vm.eselect.in b/src/modules/java-vm.eselect.in
index 7c46ff1..d2fdd7a 100644
--- a/src/modules/java-vm.eselect.in
+++ b/src/modules/java-vm.eselect.in
@@ -6,7 +6,7 @@ DESCRIPTION="Manage the Java system and user VM"
MAINTAINER="java@gentoo.org"
VERSION="@VERSION@"
-VM_BASE="${EROOT}/usr/lib/jvm/"
+VM_BASE="${EROOT}/usr/lib/jvm"
VM_SYSTEM="${EROOT}/etc/java-config-2/current-system-vm"
VM_USER="${HOME}/.gentoo${EPREFIX}/java-config-2/current-user-vm"
VM_CONFIG="${EROOT}/usr/share/java-config-2/vm"