wok diff tazchroot/receipt @ rev 8724

Up: libtaz 0.0.7, tazchroot 0.0.7.1, tazwok-experimental 0.0.7
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Feb 18 20:57:16 2011 +0100 (2011-02-18)
parents 50ec3e86e019
children 9f42fd8e4e8a
line diff
     1.1 --- a/tazchroot/receipt	Fri Feb 18 19:05:02 2011 +0100
     1.2 +++ b/tazchroot/receipt	Fri Feb 18 20:57:16 2011 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tazchroot"
     1.7 -VERSION="0.0.6"
     1.8 +VERSION="0.0.7.1"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Slitaz tool to manage chroot"
    1.11  MAINTAINER="gokhlayeh@slitaz.org"
    1.12 @@ -18,9 +18,9 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/bin $fs/etc/slitaz \
    1.16 -		$fs/var/lib/tazchroot
    1.17 +		$fs/usr/lib/slitaz/chroot-scripts
    1.18  	cp -a $src/tazchroot $fs/usr/bin
    1.19  	chmod 755 $fs/usr/bin/tazchroot
    1.20  	cp -a $src/tazchroot.conf $fs/etc/slitaz
    1.21 -	cp -a $src/scripts/* $fs/var/lib/tazchroot
    1.22 +	cp -a $src/tazchroot-scripts $fs/usr/lib/slitaz/chroot-scripts/tazchroot
    1.23  }