Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2195 - docbook-dsssl-stylesheets, broken ebuild
Summary: docbook-dsssl-stylesheets, broken ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-28 13:35 UTC by Mike Williams
Modified: 2002-04-28 15:29 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 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.