# HG changeset patch # User Pascal Bellard # Date 1255700805 -7200 # Node ID e408b254cf086189144d1b3d922f044b068bfeff # Parent 7186100c44b5f2de1ca8f2e479225ed995877dbb tazbb: allow packages with symlinks only (typo) diff -r 7186100c44b5 -r e408b254cf08 tazbb/stuff/tazbb --- a/tazbb/stuff/tazbb Fri Oct 16 15:30:12 2009 +0200 +++ b/tazbb/stuff/tazbb Fri Oct 16 15:46:45 2009 +0200 @@ -457,7 +457,7 @@ fi else zcat fs.cpio.gz | cpio -id 2>/dev/null - files=`find fs -type f -o type l` + files=`find fs -type f -o -type l` if [ -z "$files" ]; then echo "Empty filesystem `basename $pkg`" if [ -f $LOG_DIR/$PACKAGE.log ]; then