Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 25533

Summary: jython ebuild installing all over the place
Product: Gentoo Linux Reporter: michael <ma53>
Component: New packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal CC: zx
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Ebuild to fix your problem :)

Description michael 2003-07-29 14:54:31 UTC
for whatever reason this ebuild is installing jython in /var
is there a reason for this?
chmod a+w ${D}/var/jython/
cp -R ${S}/Tools ${D}/var/jython/
cp -R ${S}/Lib ${D}/var/jython/

every other java-like ebuilds ive ever seen installs packages in /usr/share. b/c
of this bug i am having trouble with CLASSPATHs.
Comment 1 Chris Aniszczyk (RETIRED) gentoo-dev 2004-01-09 00:17:08 UTC
Created attachment 23442 [details]
Ebuild to fix your problem :)

This should fix your problem. I'm not really sure why the original author was
tossing it in var... go figure ;D
Comment 2 Adrian Almenar 2004-01-17 08:00:15 UTC
Fixed on portage tree as 2.1-r2, Thanks.