Minor tweaks for businesscard CDs

This commit is contained in:
Steve McIntyre 2006-12-10 20:12:46 +00:00
parent 7780369fd4
commit 5b26423869
2 changed files with 2 additions and 2 deletions

View File

@ -201,7 +201,7 @@ sub finish_disc {
my $bytes = 0;
my $ctx;
if (($disknum == 1) && !($archlist eq "source")) {
if (($disknum == 1) && !($archlist eq "source") && !($disktype eq "BC")) {
foreach my $arch (@arches_nosrc) {
print " Checking base is installable for $arch\n";
$archok = check_base_installable($arch, $cddir);

View File

@ -123,7 +123,7 @@ if [ $DISKNUM = 1 ] ; then
fi
echo " Adding .disk/cd_type"
if [ $COMPLETE = 1 ]; then
if [ "$COMPLETE"x = "1"x ]; then
if [ $DISKTYPE = DVD ]; then
echo "dvd" > $CDDIR/.disk/cd_type
else