From c13a5d8cb3b66d6903089474649649336ccd090c Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 29 Dec 2010 01:12:55 +0100 Subject: [PATCH] config_debs(): use *.deb instead of full wildcard as default for $DEBS. --- autoconfig.functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconfig.functions b/autoconfig.functions index d2baf4e..f30668a 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -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/ -- 2.1.4