Bug 151440 - net-wireless/kismet-2006.04.1 install fails due to typo in ebuild
Bug#: 151440 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: phreak@gentoo.org Reported By: sh0@sh0.org
Component: Ebuilds
URL: 
Summary: net-wireless/kismet-2006.04.1 install fails due to typo in ebuild
Keywords:  
Status Whiteboard: 
Opened: 2006-10-15 02:44 0000
Description:   Opened: 2006-10-15 02:44 0000
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 From Chris Frage 2006-10-15 02:47:26 0000 -------
Created an attachment (id=99710) [details]
Fixed kismet ebuild

------- Comment #2 From Christian Heim (RETIRED) 2006-10-15 04:15:01 0000 -------
(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.