summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/install2.pm2
1 files changed, 1 insertions, 1 deletions
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 : $_}) {