# HG changeset patch # User Christophe Lincoln # Date 1344253255 -7200 # Node ID afb2a12cfae8ed087e9714c42cc96a2ed5456ea6 # Parent ecbe574923cc17c30411ca09b18097b9b4b189b5 Up: iptables (1.4.15) diff -r ecbe574923cc -r afb2a12cfae8 iptables-dev/receipt --- a/iptables-dev/receipt Sun Aug 05 11:20:48 2012 +0000 +++ b/iptables-dev/receipt Mon Aug 06 13:40:55 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="iptables-dev" -VERSION="1.4.13" +VERSION="1.4.15" CATEGORY="development" SHORT_DESC="Packet filtering framework (Firewall) - dev files" WEB_SITE="http://www.netfilter.org/" @@ -12,7 +12,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib } diff -r ecbe574923cc -r afb2a12cfae8 iptables/receipt --- a/iptables/receipt Sun Aug 05 11:20:48 2012 +0000 +++ b/iptables/receipt Mon Aug 06 13:40:55 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="iptables" -VERSION="1.4.13" +VERSION="1.4.15" CATEGORY="security" SHORT_DESC="Packet filtering framework (Firewall)." MAINTAINER="pankso@slitaz.org" @@ -31,6 +31,6 @@ { EXTRAVERSION=_${kvers%.*} mkdir -p $fs/usr - cp -a $_pkg/usr/sbin $fs/sbin - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/sbin $fs/sbin + cp -a $install/usr/lib $fs/usr }