diff --git a/scripts/functions b/scripts/functions index d021fd135..2a40020b6 100644 --- a/scripts/functions +++ b/scripts/functions @@ -635,7 +635,7 @@ build_this_package() { cut -f2 | sed 's,.\(t\?\)\(gz\|Z\)$,.\1bz2,' ) if [ -z "$xsourceballs" ] ; then echo "Can't auto-detect srctar for package '$xpkg'!" - false + [ $autoextract = 1 ] && false fi else xsourceballs="$srctar"