# HG changeset patch # User Christopher Rogers # Date 1305653110 0 # Node ID 2c7d8475c50f5fdccc4de75b236b343ca6e1bc20 # Parent 54b2e988731720b728d08bd4a351112e451c7404 Up: tazwok to 4.2.15. diff -r 54b2e9887317 -r 2c7d8475c50f tazwok/receipt --- a/tazwok/receipt Tue May 17 17:22:40 2011 +0000 +++ b/tazwok/receipt Tue May 17 17:25:10 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tazwok" -VERSION="4.2.14" +VERSION="4.2.15" CATEGORY="base-system" SHORT_DESC="SliTaz sources and binaries packages cooker." MAINTAINER="pankso@slitaz.org" @@ -30,4 +30,6 @@ cp -a $src/web/* $fs/usr/share/slitaz/web-bb # Chroot scripts cp -a $src/chroot-scripts $fs/usr/lib/slitaz/chroot-scripts/tazwok + # Build bot for tazwok + cp -a $src/examples/tazbb $fs/usr/bin }