First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 39748
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: net-zope <net-zope@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Alastair Burt <burt@dfki.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 39748 depends on: Show dependency tree
Show dependency graph
Bug 39748 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-01-29 04:43 0000
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 From Heinrich Wendel (RETIRED) 2004-01-29 05:57:00 0000 -------
thx for pointing that out, fixed in -r1

First Last Prev Next    No search results available      Search page      Enter new bug