From 2d7d346e7fa7b4d883576313d4e3a99a5df53a0a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 24 Jul 2008 17:56:11 +0000 Subject: set META_CLASS as 'download' so that we got 'Ia Ora Smooth' theme --- perl-install/install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index dc59f62f5..bad70e6ea 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -545,7 +545,7 @@ sub main { } log::l("META_CLASS=$o->{meta_class}"); - $ENV{META_CLASS} = $o->{meta_class}; #- for Ia Ora + $ENV{META_CLASS} = 'download'; #- for Ia Ora Smooth foreach (@::auto_steps) { if (my $s = $o->{steps}{/::(.*)/ ? $1 : $_}) { -- cgit v1.2.1