wok-6.x rev 4395
tazbb: allow packages with symlinks only (typo)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 16 15:46:45 2009 +0200 (2009-10-16) |
parents | 7186100c44b5 |
children | b5264e32fea6 |
files | tazbb/stuff/tazbb |
line diff
1.1 --- a/tazbb/stuff/tazbb Fri Oct 16 15:30:12 2009 +0200 1.2 +++ b/tazbb/stuff/tazbb Fri Oct 16 15:46:45 2009 +0200 1.3 @@ -457,7 +457,7 @@ 1.4 fi 1.5 else 1.6 zcat fs.cpio.gz | cpio -id 2>/dev/null 1.7 - files=`find fs -type f -o type l` 1.8 + files=`find fs -type f -o -type l` 1.9 if [ -z "$files" ]; then 1.10 echo "Empty filesystem `basename $pkg`" 1.11 if [ -f $LOG_DIR/$PACKAGE.log ]; then