diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:47:21 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:47:21 +0000 |
commit | 532cfc943d4e09142c17d5fed0acafe382fa0221 (patch) | |
tree | 389cf86102bb4ba944fff11d839f40b3170e53c0 /net-firewall/shorewall | |
parent | don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-532cfc943d4e09142c17d5fed0acafe382fa0221.tar.gz historical-532cfc943d4e09142c17d5fed0acafe382fa0221.tar.bz2 historical-532cfc943d4e09142c17d5fed0acafe382fa0221.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-firewall/shorewall')
-rw-r--r-- | net-firewall/shorewall/shorewall-1.4.10f.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-firewall/shorewall/shorewall-1.4.10f.ebuild b/net-firewall/shorewall/shorewall-1.4.10f.ebuild index 08b8185b45a9..8ceec0d3150a 100644 --- a/net-firewall/shorewall/shorewall-1.4.10f.ebuild +++ b/net-firewall/shorewall/shorewall-1.4.10f.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-1.4.10f.ebuild,v 1.6 2004/07/08 15:11:03 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-1.4.10f.ebuild,v 1.7 2004/07/14 23:47:21 agriffis Exp $ IUSE="doc" @@ -18,8 +18,6 @@ DEPEND="virtual/libc net-firewall/iptables sys-apps/iproute2" -S=${WORKDIR}/${P} - src_install() { keepdir /var/lib/shorewall PREFIX=${D} ./install.sh /etc/init.d || die |