Don't check source-only discs for installability of base
This commit is contained in:
parent
d3aa586a36
commit
44b17db956
|
@ -101,7 +101,7 @@ finish_disc () {
|
|||
CDDIR=$1
|
||||
NOT=$2
|
||||
|
||||
if [ $DISKNUM = 1 ] ; then
|
||||
if [ $DISKNUM = 1 ] && [ "$ARCHES"x != "source"x ] ; then
|
||||
for ARCH in $ARCHES_NOSRC
|
||||
do
|
||||
echo " Checking base is installable for $ARCH"
|
||||
|
|
Loading…
Reference in New Issue