wok rev 4394

tazbb: allow packages with symlinks only
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 16 15:30:12 2009 +0200 (2009-10-16)
parents 5764912a266c
children e408b254cf08
files tazbb/stuff/tazbb
line diff
     1.1 --- a/tazbb/stuff/tazbb	Fri Oct 16 11:15:29 2009 +0200
     1.2 +++ b/tazbb/stuff/tazbb	Fri Oct 16 15:30:12 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`
     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