tazwok rev 149

tazwok: FSH default value
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 20 13:29:49 2009 +0200 (2009-08-20)
parents 3b5b25891de8
children 6f7455cdc772
files tazwok
line diff
     1.1 --- a/tazwok	Sat Aug 15 21:57:26 2009 +0000
     1.2 +++ b/tazwok	Thu Aug 20 13:29:49 2009 +0200
     1.3 @@ -444,6 +444,9 @@
     1.4  check_fsh()
     1.5  {
     1.6  	cd $WOK/$PACKAGE/taz/*/fs
     1.7 +	[ -n "$FSH" ] || FSH="bin boot dev etc home init lib media mnt proc \
     1.8 +root sbin share sys tmp usr var vz usr/bin usr/games usr/include usr/lib \
     1.9 +usr/local usr/sbin usr/share usr/src"
    1.10  	for i in `ls -d * usr/* 2>/dev/null`
    1.11  	do
    1.12  		if ! echo $FSH | grep -q $i; then