First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 151440
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Christian Heim (RETIRED) <phreak@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Chris Frage <sh0@sh0.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
kismet-2006.04.1.ebuild Fixed kismet ebuild application/octet-stream Chris Frage 2006-10-15 02:47 0000 1.46 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 151440 depends on: Show dependency tree
Bug 151440 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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) [edit]
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.

First Last Prev Next    No search results available      Search page      Enter new bug