X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 2FD54DC60A7 for ; Fri, 11 Dec 2015 22:01:15 +0000 (UTC) Received: from lithium.8pit.net (lithium.8pit.net [81.4.121.103]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 63469DC5DD2 for ; Fri, 11 Dec 2015 22:01:13 +0000 (UTC) Received: from localhost (p578EF2BF.dip0.t-ipconnect.de [87.142.242.191]) by lithium.8pit.net (OpenSMTPD) with ESMTPSA id 875a2885 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Fri, 11 Dec 2015 23:01:10 +0100 (CET) Date: Fri, 11 Dec 2015 23:01:05 +0100 From: =?iso-8859-1?Q?S=F6ren?= Tempel To: alpine-aports@lists.alpinelinux.org Cc: timo.teras@iki.fi Subject: Re: [alpine-aports] [PATCH 2/2] community/openjdk8: install profile file Message-ID: <20151211220105.GA20195@francium.fritz.box> References: <1449778927-15011-1-git-send-email-soeren+git@soeren-tempel.net> <1449778927-15011-2-git-send-email-soeren+git@soeren-tempel.net> <20151211080839.22961b72@vostro> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20151211080839.22961b72@vostro> User-Agent: Mutt/1.5.24 (2015-08-30) X-Virus-Scanned: ClamAV using ClamSMTP On 11.12.15, Timo Teras wrote: > What if all java's are installed. openjdk7, openjdk8 and gcc-java. > Which one's JAVA_HOME should take preference? Should it be left up to > the execution order of profile.d? Or should we let java-common ship one > profile script that setups the JAVA_HOME to proper place?=20 My idea was to leave this up to the execution order, but you are right shipping the /etc/profile.d file with java-common is a better approach. On 11.12.15, Timo Teras wrote: > Would it be enough to make it point to "/usr/lib/jvm/default-jvm/jre/" > always? Yeah, that should probably work. I will test this and submit a patch for java-common instead. S=F6ren. --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---