Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25533 - jython ebuild installing all over the place
Summary: jython ebuild installing all over the place
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-29 14:54 UTC by michael
Modified: 2004-01-17 08:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild to fix your problem :) (jython-2.1-r1.ebuild,869 bytes, text/plain)
2004-01-09 00:17 UTC, Chris Aniszczyk (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
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.