wok diff tazwok/receipt @ rev 10675

iptables: fix kvers
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 27 11:09:25 2011 +0200 (2011-05-27)
parents cf670157f16f
children 82b6dbfd8ce1
line diff
     1.1 --- a/tazwok/receipt	Wed May 04 16:24:30 2011 +0000
     1.2 +++ b/tazwok/receipt	Fri May 27 11:09:25 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tazwok"
     1.7 -VERSION="4.2.14"
     1.8 +VERSION="4.2.15"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="SliTaz sources and binaries packages cooker."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -30,4 +30,6 @@
    1.13  	cp -a $src/web/* $fs/usr/share/slitaz/web-bb
    1.14  	# Chroot scripts
    1.15  	cp -a $src/chroot-scripts $fs/usr/lib/slitaz/chroot-scripts/tazwok
    1.16 +	# Build bot for tazwok
    1.17 +	cp -a $src/examples/tazbb $fs/usr/bin
    1.18  }