wok diff tazchroot/receipt @ rev 8825

Fix tazchroot receipt
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 24 03:37:30 2011 +0100 (2011-02-24)
parents 9f42fd8e4e8a
children 151d70c54d55
line diff
     1.1 --- a/tazchroot/receipt	Thu Feb 24 00:25:49 2011 +0100
     1.2 +++ b/tazchroot/receipt	Thu Feb 24 03:37:30 2011 +0100
     1.3 @@ -14,8 +14,9 @@
     1.4  {
     1.5  	mkdir -p $fs/usr/bin $fs/etc/slitaz \
     1.6  		$fs/usr/lib/slitaz/chroot-scripts
     1.7 -	cp -a $src/tazchroot $fs/usr/bin
     1.8 +	cp -a $stuff/tazchroot $fs/usr/bin
     1.9  	chmod 755 $fs/usr/bin/tazchroot
    1.10 -	cp -a $src/tazchroot.conf $fs/etc/slitaz
    1.11 -	cp -a $src/tazchroot-scripts $fs/usr/lib/slitaz/chroot-scripts/tazchroot
    1.12 +	cp -a $stuff/tazchroot.conf $fs/etc/slitaz
    1.13 +	cp -a $stuff/tazchroot-scripts \
    1.14 +		$fs/usr/lib/slitaz/chroot-scripts/tazchroot
    1.15  }