tazwok rev 318

Fix configure_tazchroot() (thanks Pankso)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Feb 18 23:17:14 2011 +0100 (2011-02-18)
parents 7cf4f52f20eb
children 160fd54db06e
files tazwok
line diff
     1.1 --- a/tazwok	Fri Feb 18 20:00:37 2011 +0100
     1.2 +++ b/tazwok	Fri Feb 18 23:17:14 2011 +0100
     1.3 @@ -2146,7 +2146,7 @@
     1.4  script_dir=/usr/lib/slitaz/chroot-scripts/tazwok
     1.5  
     1.6  # List of directories to mount.
     1.7 -list_dir="$(for dir in packages wok src packages-incoming log flavors iso clean-chroot; do echo $LOCAL_REPOSITORY/$dir; done)
     1.8 +list_dir="$(for dir in packages wok src packages-incoming log flavors iso clean-wok; do echo $LOCAL_REPOSITORY/$dir; done)
     1.9  $SLITAZ_LOG$( [ "$undigest" ] && echo -e "\n$SLITAZ_DIR/$SLITAZ_VERSION/packages" )"
    1.10  
    1.11  create_chroot()