turn on wildcard support for mksquashfs excludes
authorChristian Hofstaedtler <ch@grml.org>
Mon, 27 Jun 2011 18:32:47 +0000 (20:32 +0200)
committerChristian Hofstaedtler <ch@grml.org>
Mon, 27 Jun 2011 18:32:47 +0000 (20:32 +0200)
grml-live

index 9125f0a..32a88c7 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -989,7 +989,7 @@ else
 
    # support exclusion of files via exclude-file:
    if [ -n "$SQUASHFS_EXCLUDES_FILE" -a "$SQUASHFS_EXCLUDES_FILE" ] ; then
-      SQUASHFS_OPTIONS="$SQUASHFS_OPTIONS -ef $SQUASHFS_EXCLUDES_FILE"
+      SQUASHFS_OPTIONS="$SQUASHFS_OPTIONS -ef $SQUASHFS_EXCLUDES_FILE -wildcards"
    fi
 
    # get rid of unnecessary files when building grml-small for final release: