| Summary: | net-analyzer/nmap-4.85_beta9 calls strip from Makefile | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Fabian Groffen <grobian> |
| Component: | New packages | Assignee: | Michal Januszewski (RETIRED) <spock> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | grobian, netmon |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Fixed in CVS, thanks for reporting this. |
simple fix: =================================================================== --- nmap-4.85_beta9.ebuild (revision 46321) +++ nmap-4.85_beta9.ebuild (working copy) @@ -58,7 +58,7 @@ } src_install() { - LC_ALL=C emake DESTDIR="${D}" -j1 nmapdatadir=/usr/share/nmap install || die + LC_ALL=C emake DESTDIR="${D}" -j1 STRIP=: nmapdatadir=/usr/share/nmap install || die dodoc CHANGELOG HACKING docs/README docs/*.txt || die use gtk && doicon "${FILESDIR}/nmap-logo-64.png"