| 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.
Created an attachment (id=99710) [details]
Fixed kismet ebuild
(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.