Minor tweaks for businesscard CDs
This commit is contained in:
parent
7780369fd4
commit
5b26423869
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue