tazwok rev 320
Automated merge with http://repos.slitaz.org/tazwok-experimental
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Feb 19 02:20:14 2011 +0100 (2011-02-19) |
parents | 66c50670fa11 a7552ea8e19f |
children | b1ae0d3522f7 |
files |
line diff
1.1 --- a/tazwok Fri Feb 18 23:52:22 2011 +0100 1.2 +++ b/tazwok Sat Feb 19 02:20: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()