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