diff options
Diffstat (limited to 'net-analyzer/nmap/nmap-4.85_beta8.ebuild')
-rw-r--r-- | net-analyzer/nmap/nmap-4.85_beta8.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/nmap/nmap-4.85_beta8.ebuild b/net-analyzer/nmap/nmap-4.85_beta8.ebuild index efc40f64bbfc..4394a4e0675d 100644 --- a/net-analyzer/nmap/nmap-4.85_beta8.ebuild +++ b/net-analyzer/nmap/nmap-4.85_beta8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.85_beta8.ebuild,v 1.1 2009/04/25 07:15:05 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.85_beta8.ebuild,v 1.2 2009/05/02 17:34:33 spock Exp $ EAPI="2" @@ -33,6 +33,7 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}/${PN}-4.75-include.patch" epatch "${FILESDIR}/${PN}-4.75-nolua.patch" + epatch "${FILESDIR}/su-to-zenmap.sh.diff" sed -i -e 's/-m 755 -s ncat/-m 755 ncat/' ncat/Makefile.in } |