# HG changeset patch # User Pascal Bellard # Date 1203512390 -3600 # Node ID 9c563f497af93598f81d9c9030b3b447c1405fb5 # Parent ebbb1bc2631de4a6e6f5bab4e2fec50921f4d1b0 Typo in squashfs/moved find diff -r ebbb1bc2631d -r 9c563f497af9 tazlito --- a/tazlito Wed Feb 20 13:51:01 2008 +0100 +++ b/tazlito Wed Feb 20 13:59:50 2008 +0100 @@ -474,7 +474,7 @@ echo -en "\nUnsquashfs'ing /usr... " /sbin/unsquashfs .usr.sqfs if [ -d squashfs-root/.moved ]; then - ( cd squashfs-root/.moved ; find * -print ) | \ + ( cd squashfs-root/.moved ; find * -type f -print ) | \ while read $file; do rm -f $file mv squashfs-root/.moved/$file $file