diff options
author | Michael Januszewski <spock@gentoo.org> | 2005-01-13 11:47:57 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2005-01-13 11:47:57 +0000 |
commit | 123271973a7287c7a2e6c488736be2cd468850ba (patch) | |
tree | 27098c00a0d5d00bae16ca7d1737e4293333e6bb /net-analyzer | |
parent | chicken-and-egg again... (diff) | |
download | gentoo-2-123271973a7287c7a2e6c488736be2cd468850ba.tar.gz gentoo-2-123271973a7287c7a2e6c488736be2cd468850ba.tar.bz2 gentoo-2-123271973a7287c7a2e6c488736be2cd468850ba.zip |
Fixed an installation problem on systems with -j3 (bug #77800).
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nmap/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/nmap/nmap-3.75.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/nmap/ChangeLog b/net-analyzer/nmap/ChangeLog index b3f1d1c35576..3bd378475fd1 100644 --- a/net-analyzer/nmap/ChangeLog +++ b/net-analyzer/nmap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nmap # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.75 2005/01/12 13:57:25 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.76 2005/01/13 11:47:57 spock Exp $ + + 13 Jan 2005; Michal Januszewski <spock@gentoo.org> nmap-3.75.ebuild: + Fixed an installation problem on systems with -j3 (bug #77800). 12 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> nmap-3.75.ebuild: Stable on sparc diff --git a/net-analyzer/nmap/nmap-3.75.ebuild b/net-analyzer/nmap/nmap-3.75.ebuild index a1a451e826b5..fa9e6a97f49d 100644 --- a/net-analyzer/nmap/nmap-3.75.ebuild +++ b/net-analyzer/nmap/nmap-3.75.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.75.ebuild,v 1.5 2005/01/12 13:57:25 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.75.ebuild,v 1.6 2005/01/13 11:47:57 spock Exp $ inherit eutils @@ -24,7 +24,7 @@ src_compile() { } src_install() { - einstall nmapdatadir=${D}/usr/share/nmap install || die + einstall -j1 nmapdatadir=${D}/usr/share/nmap install || die use gnome || rm -rf ${D}/usr/share/gnome/ dodoc CHANGELOG HACKING INSTALL docs/README docs/*.txt |