tazlito rev 39

Typo in squashfs/moved find
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 20 13:59:50 2008 +0100 (2008-02-20)
parents ebbb1bc2631d
children edd6a8c09e3b
files tazlito
line diff
     1.1 --- a/tazlito	Wed Feb 20 13:51:01 2008 +0100
     1.2 +++ b/tazlito	Wed Feb 20 13:59:50 2008 +0100
     1.3 @@ -474,7 +474,7 @@
     1.4  			echo -en "\nUnsquashfs'ing /usr... "
     1.5  			/sbin/unsquashfs .usr.sqfs
     1.6  			if [ -d squashfs-root/.moved ]; then
     1.7 -				( cd squashfs-root/.moved ; find * -print ) | \
     1.8 +				( cd squashfs-root/.moved ; find * -type f -print ) | \
     1.9  				while read $file; do
    1.10  					rm -f $file
    1.11  					mv squashfs-root/.moved/$file $file