Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39748 - Ebuild for portaltransforms does not install essnetial files
Summary: Ebuild for portaltransforms does not install essnetial files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: net-zope (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-29 04:43 UTC by Alastair Burt
Modified: 2004-01-29 05:57 UTC (History)
0 users

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 Alastair Burt 2004-01-29 04:43:37 UTC
portaltransforms-1.0.2.ebuild and portaltransforms-1.0_alpha3.ebuild contain the following:

src_install() { 
    dodoc ChangeLog README TODO 
    dodoc docs/*.rst 
    dohtml docs/*.html 
    S=${S}/build dobin build/scripts/transform 
    S=${S}/build/lib/Products zproduct_src_install all 
    into / 
} 

But {S}/build/lib/Products does not contain all the files that are needed for the product to function correctly Zope. In particular, "zope", "skins" and "www" are missing. I altered the ebuild so that everything under ${S} got copied.
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2004-01-29 05:57:00 UTC
thx for pointing that out, fixed in -r1