From 73f3f85b6b5f452e96be3416568d1b261f05af5b Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Fri, 8 Dec 2006 00:48:08 +0000 Subject: [PATCH] Match *CD rather than CD for the 650MB image size, so the KDE builds work --- tools/make_disc_trees | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make_disc_trees b/tools/make_disc_trees index d865e67c..b1537529 100755 --- a/tools/make_disc_trees +++ b/tools/make_disc_trees @@ -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" ;;