Match *CD rather than CD for the 650MB image size, so the KDE builds work

This commit is contained in:
Steve McIntyre 2006-12-08 00:48:08 +00:00
parent 634682f779
commit 73f3f85b6b
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ case $DISKTYPE in
MAXDISKBLOCKS=`echo "680 * $MB / $BLOCKSIZE" | bc`
DISKDESC="netinst"
;;
CD)
*CD)
MAXDISKBLOCKS=`echo "680 * $MB / $BLOCKSIZE" | bc`
DISKDESC="650MiB CD"
;;