From 921398978cf71221eb111ccd48dd29bc379dc9b0 Mon Sep 17 00:00:00 2001 From: Joshua Nichols Date: Sun, 25 Jun 2006 16:28:09 +0000 Subject: Tweak to the where env files live, to avoid conflict with generation-1 env files. --- eclass/java-vm-2.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/java-vm-2.eclass') diff --git a/eclass/java-vm-2.eclass b/eclass/java-vm-2.eclass index 2a50d2372de3..a9688c8a9883 100644 --- a/eclass/java-vm-2.eclass +++ b/eclass/java-vm-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/java-vm-2.eclass,v 1.1 2006/06/24 18:36:59 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-vm-2.eclass,v 1.2 2006/06/25 16:28:09 nichoj Exp $ # # Author: Karl Trygve Kalleberg @@ -77,7 +77,7 @@ set_java_env() { local platform="$(get_system_arch)" local env_file="${D}${JAVA_VM_CONFIG_DIR}/${VMHANDLE}" local old_env_file="${D}/etc/env.d/java/20${P}" - local source_env_file="${FILESDIR}/${VMHANDLE}" + local source_env_file="${FILESDIR}/${VMHANDLE}.env" if [[ ! -f ${source_env_file} ]]; then die "Unable to find the env file: ${source_env_file}" -- cgit v1.2.3-65-gdbad