wok diff iptables-dev/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents eb6dc5da2824
children d28da15a9c1f
line diff
     1.1 --- a/iptables-dev/receipt	Fri Apr 20 10:44:25 2012 +0200
     1.2 +++ b/iptables-dev/receipt	Thu Oct 04 11:53:21 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="iptables-dev"
     1.7 -VERSION="1.4.13"
     1.8 +VERSION="1.4.15"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Packet filtering framework (Firewall) - dev files"
    1.11  WEB_SITE="http://www.netfilter.org/"
    1.12 @@ -12,7 +12,7 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/include $fs/usr
    1.17 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.18 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.19 +	cp -a $install/usr/include $fs/usr
    1.20 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.21 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.22  }