config_debs(): use *.deb instead of full wildcard as default for $DEBS.
authorMichael Prokop <mika@grml.org>
Wed, 29 Dec 2010 00:12:55 +0000 (01:12 +0100)
committerMichael Prokop <mika@grml.org>
Wed, 29 Dec 2010 00:12:55 +0000 (01:12 +0100)
autoconfig.functions

index d2baf4e..f30668a 100755 (executable)
@@ -1921,7 +1921,7 @@ if checkbootparam 'debs' ; then
    iszsh && setopt localoptions shwordsplit
    DEBS="$(getbootparam 'debs' 2>>$DEBUG)"
    if [ -z "$DEBS" ] ; then
-      DEBS="*"
+      DEBS="*.deb"
    fi
    if ! echo $DEBS | grep -q '/'; then
      # backwards compatibility: if no path is given get debs from debs/