Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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.