Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2566 - ibm-jdk ebuild creates an empty '/usr/ibm-jdk-1.3.1' directory.
Summary: ibm-jdk ebuild creates an empty '/usr/ibm-jdk-1.3.1' directory.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-08 01:13 UTC by Michael Gayeski
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Gayeski 2002-05-08 01:13:39 UTC
Another bug tonite :)

The ibm-jdk-1.3.1 creates a directory mentioned above. I think the problem is in
the following code block (starts at line 35):

dodir /usr/${P}/share
for i in demo src.jar ; do
cp -dpR $i ${D}/opt/${P}/share/

I think the line should read: 

dodir /opt/${P}/share

But mabey there is someting I am missing.

Cheers, 
Mike Gayeski (cusinart)
Comment 1 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2002-05-13 19:01:31 UTC
Correct. Fixed. Didn't bother bumping revision.