Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 272082 - net-analyzer/nmap-4.85_beta9 calls strip from Makefile
Summary: net-analyzer/nmap-4.85_beta9 calls strip from Makefile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-01 12:58 UTC by Fabian Groffen
Modified: 2009-06-02 16:08 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Groffen gentoo-dev 2009-06-01 12:58:53 UTC
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"
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2009-06-02 16:08:03 UTC
Fixed in CVS, thanks for reporting this.