From 1de0427648102de3e64881a91a2d1d1ce5d22b53 Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 6 Aug 2012 00:20:55 +0200 Subject: iptables 1.4.15-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iptables/Pkgfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'iptables/Pkgfile') diff --git a/iptables/Pkgfile b/iptables/Pkgfile index f6c299f0b..3cb280e56 100755 --- a/iptables/Pkgfile +++ b/iptables/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=iptables -version=1.4.14 +version=1.4.15 release=1 source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2 rc.iptables) @@ -14,7 +14,7 @@ build() { source /etc/blfs-bootscripts wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2 # wget http://nutyx.meticul.eu/files/patchs/aaabasicfs/blfs-bootscripts-$scriptsversion.tar.bz2 - tar xvf $scripts-$scriptsversion.tar.bz2 + tar xvf $scripts-$scriptsversion.tar.bz2 cd $name-$version ./configure --prefix=/usr \ @@ -25,9 +25,8 @@ build() { --libexecdir=/usr/lib \ --enable-libipq make - make DESTDIR=$PKG install + make DESTDIR=$PKG install cd ../$scripts-$scriptsversion make DESTDIR=$PKG install-$name - install -m700 $SRC/rc.iptables \ - $PKG/etc/rc.d/rc.iptables + install -m700 $SRC/rc.iptables $PKG/etc/rc.d/rc.iptables } -- cgit v1.2.3-70-g09d2