tv <
svn-commit@...> writes:
> Author: tv
> Date: Thu Jul 24 19:56:11 2008
> New Revision: 243632
>
> Modified:
> drakx/trunk/perl-install/install/install2.pm
>
> Log:
> set META_CLASS as 'download' so that we got 'Ia Ora Smooth' theme
This has quite some chance to trigger unwanted behavior in rpm
scriptlets, which might use $META_CLASS.
Better set this variable locally for the matchbox process only
> Modified: drakx/trunk/perl-install/install/install2.pm
> ==============================================================================
> --- drakx/trunk/perl-install/install/install2.pm (original)
> +++ drakx/trunk/perl-install/install/install2.pm Thu Jul 24 19:56:11 2008
> @@ -545,7 +545,7 @@
> }
>
> 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 : $_}) {
>
--
Olivier Blin (blino) - Mandriva