Don't check source-only discs for installability of base

This commit is contained in:
Steve McIntyre 2006-12-08 16:00:36 +00:00
parent d3aa586a36
commit 44b17db956
1 changed files with 19 additions and 19 deletions

View File

@ -101,7 +101,7 @@ finish_disc () {
CDDIR=$1 CDDIR=$1
NOT=$2 NOT=$2
if [ $DISKNUM = 1 ] ; then if [ $DISKNUM = 1 ] && [ "$ARCHES"x != "source"x ] ; then
for ARCH in $ARCHES_NOSRC for ARCH in $ARCHES_NOSRC
do do
echo " Checking base is installable for $ARCH" echo " Checking base is installable for $ARCH"