[opensuse-packaging] set environment variable
Dear all, I need to set an environment variable for package scala in order to make it work properly. How do I achieve that? I checked the openjdk package, but couldn't find out how it's been done (to set JKD_Home=....) Any help will be much appreciated. -Denny -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
On 2010-08-31 19:34:55 +0200, Denny Beyer wrote:
I need to set an environment variable for package scala in order to make it work properly. How do I achieve that? I checked the openjdk package, but couldn't find out how it's been done (to set JKD_Home=....)
doesnt the java package do that already? anyway ... /etc/profile.d/scala.(sh|csh) darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
Hi, Am 31.08.2010 19:41, schrieb Marcus Rueckert:
On 2010-08-31 19:34:55 +0200, Denny Beyer wrote:
I need to set an environment variable for package scala in order to make it work properly. How do I achieve that? I checked the openjdk package, but couldn't find out how it's been done (to set JKD_Home=....)
doesnt the java package do that already?
anyway ... /etc/profile.d/scala.(sh|csh)
Take a look at the attached java.sh which I use for this purpose. Would be nice to get it into the jdk packages... Regards, Schlomo
On 2010-08-31 19:34:55 +0200, Denny Beyer wrote:
I need to set an environment variable for package scala in order to make it work properly. How do I achieve that? I checked the openjdk package, but couldn't find out how it's been done (to set JKD_Home=....)
doesnt the java package do that already? Yes, it does it somehow, the question was HOW to learn from it and adopt it for the package. I appologize if my question wasn't clear on what I was
On Tuesday 31 August 2010 19:41:12 Marcus Rueckert wrote: trying to do.
anyway ... /etc/profile.d/scala.(sh|csh)
Thanks for pointing me in the right direction. The variable will be set now.
darix
-Denny -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
participants (3)
-
Denny Beyer
-
Marcus Rueckert
-
Schlomo Schapiro