summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-firewall/iptables/iptables-1.3.1-r1.ebuild')
-rw-r--r--net-firewall/iptables/iptables-1.3.1-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-firewall/iptables/iptables-1.3.1-r1.ebuild b/net-firewall/iptables/iptables-1.3.1-r1.ebuild
index 816859d8347f..ff55829544f9 100644
--- a/net-firewall/iptables/iptables-1.3.1-r1.ebuild
+++ b/net-firewall/iptables/iptables-1.3.1-r1.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-firewall/iptables/iptables-1.3.1-r1.ebuild,v 1.1 2005/03/23 10:23:36 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.1-r1.ebuild,v 1.2 2005/03/28 00:08:57 dragonheart Exp $
inherit eutils flag-o-matic
@@ -45,7 +45,9 @@ pkg_setup() {
src_unpack() {
- unpack ${P}.tar.bz2 ${L7_P}.tar.gz ; cd ${S}
+ unpack ${P}.tar.bz2
+ use extensions && unpack ${L7_P}.tar.gz
+ cd ${S}
EPATCH_OPTS="-p0" \
epatch ${FILESDIR}/${PV}-files/install_ipv6_apps.patch.bz2