diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-05-23 18:27:44 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-05-23 18:27:44 +0000 |
commit | bb5f453fef173d6c6c28775c842f6f75386f5bfc (patch) | |
tree | 8141149c45998a6b6fc495236969dfc13adcad4f /perl-install | |
parent | ad214aacea31a347d13b5c02183296d4d8bcd2fd (diff) | |
download | drakx-bb5f453fef173d6c6c28775c842f6f75386f5bfc.tar drakx-bb5f453fef173d6c6c28775c842f6f75386f5bfc.tar.gz drakx-bb5f453fef173d6c6c28775c842f6f75386f5bfc.tar.bz2 drakx-bb5f453fef173d6c6c28775c842f6f75386f5bfc.tar.xz drakx-bb5f453fef173d6c6c28775c842f6f75386f5bfc.zip |
(main) we no more use a theme that depends on META_CLASS value
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/install2.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index 80ee5d9fe..556630fa0 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -660,7 +660,6 @@ sub main { read_product_id() if !$::testing; log::l("META_CLASS=$o->{meta_class}"); - $ENV{META_CLASS} = $o->{meta_class}; #- for Ia Ora process_auto_steps(); |