wok-stable diff iptables/receipt @ rev 12425

Fix missing mkdir command
author Stanislas Leduc <shann@slitaz.org>
date Sat Dec 21 11:13:28 2013 +0100 (2013-12-21)
parents 65d54154cd5d
children
line diff
     1.1 --- a/iptables/receipt	Fri May 27 10:26:04 2011 +0200
     1.2 +++ b/iptables/receipt	Sat Dec 21 11:13:28 2013 +0100
     1.3 @@ -29,7 +29,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	EXTRAVERSION=_${$kvers}
     1.8 +	EXTRAVERSION=_${kvers}
     1.9  	mkdir -p $fs/usr
    1.10  	cp -a $_pkg/usr/sbin $fs/sbin
    1.11  	cp -a $_pkg/usr/lib $fs/usr