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

Bug 2195

Summary: docbook-dsssl-stylesheets, broken ebuild
Product: Gentoo Linux Reporter: Mike Williams <mike>
Component: New packagesAssignee: Daniel Robbins (RETIRED) <drobbins>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.2   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mike Williams 2002-04-28 13:35:12 UTC
# 
/space/gentoo/cvsroot/gentoo-x86/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.64.ebuild,v 
1.4 2002/04/28 03:59:29 seemant Exp 
 
[snip] 
 
src_install () { 
 
        cp ${FILESDIR}/${P}.Makefile . 
 
----- 
 
Should be 
        cp ${FILESDIR}/${P}.Makefile Makefile 
Otherwise it leaves the makefile incorrectly named, stopping make dead in it's tracks.
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-04-28 15:29:16 UTC
fixed.