Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151440 - net-wireless/kismet-2006.04.1 install fails due to typo in ebuild
Summary: net-wireless/kismet-2006.04.1 install fails due to typo in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Christian Heim (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-15 02:44 UTC by Chris Frage
Modified: 2006-10-15 04:15 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Fixed kismet ebuild (kismet-2006.04.1.ebuild,1.46 KB, application/octet-stream)
2006-10-15 02:47 UTC, Chris Frage
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Frage 2006-10-15 02:44:19 UTC
There is a little typo in the kismet-2006.04.1.ebuild:

emake DESTDIR="{D}" install || die "emake install failed"

should be:

emake DESTDIR="${D}" install || die "emake install failed"

to fully install binaries, config and document files.
Comment 1 Chris Frage 2006-10-15 02:47:26 UTC
Created attachment 99710 [details]
Fixed kismet ebuild
Comment 2 Christian Heim (RETIRED) gentoo-dev 2006-10-15 04:15:01 UTC
(In reply to comment #0)
> There is a little typo in the kismet-2006.04.1.ebuild:
> 
> emake DESTDIR="{D}" install || die "emake install failed"
> 
> should be:
> 
> emake DESTDIR="${D}" install || die "emake install failed"
> 
> to fully install binaries, config and document files.
> 

Thanks Chris, that happens if you only look over stuff partly. Fixed in CVS.