tazlito rev 44

Typo: $sqfs= -> sqfs=
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 22 15:46:15 2008 +0100 (2008-02-22)
parents e39ab07e893f
children 68914b29adfb
files tazlito
line diff
     1.1 --- a/tazlito	Fri Feb 22 14:36:51 2008 +0100
     1.2 +++ b/tazlito	Fri Feb 22 15:46:15 2008 +0100
     1.3 @@ -480,13 +480,13 @@
     1.4  		fi
     1.5  		[ -d cdrom ] && rmdir cdrom
     1.6  		# unpack /usr
     1.7 -		$sqfs="../rootcd/usr.sqfs"
     1.8 +		sqfs="../rootcd/usr.sqfs"
     1.9  		[ -f $sqfs ] || sqfs=".usr.sqfs"
    1.10  		if [ -f $sqfs ]; then
    1.11  			echo -en "\nUnsquashfs'ing /usr... "
    1.12  			rmdir usr
    1.13  			sbin/unsquashfs -d usr $sqfs
    1.14 -			rm $sqfs
    1.15 +			rm -f $sqfs
    1.16  		fi
    1.17  		if [ -d usr/.moved ]; then
    1.18  			echo -en "\nRestoring moved files from /usr... "