Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3728 - krusader-1.03_beta1.ebuild fix
Summary: krusader-1.03_beta1.ebuild fix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Normal minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-14 07:11 UTC by nils wikström
Modified: 2003-02-04 19:42 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 nils wikström 2002-06-14 07:11:48 UTC
Line 13 needs to be executed before line 11

Line 11:
SRC_URI="http://krusader.sourceforge.net/dev/${P}.tar.gz"

Line 13:
P=`echo ${P}|sed 's/_/-/g'`

... The SRC_URI contains '_' instead of the correct '-'
Comment 1 Dan Armak (RETIRED) gentoo-dev 2002-06-14 08:21:41 UTC
Acknowledged. Committing an -r1 to fix this.