diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-27 16:04:01 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-27 16:04:01 +0000 |
commit | 67dcf3a015d3dad98946b110ae9e60d711082a11 (patch) | |
tree | 40d7620ff54c5b4b4b6bb06fcd9bb4a6b939c94e /perl-install/install_any.pm | |
parent | f6b37f7b9f0d43a5824dd1222c8f017e90ab801b (diff) | |
download | drakx-67dcf3a015d3dad98946b110ae9e60d711082a11.tar drakx-67dcf3a015d3dad98946b110ae9e60d711082a11.tar.gz drakx-67dcf3a015d3dad98946b110ae9e60d711082a11.tar.bz2 drakx-67dcf3a015d3dad98946b110ae9e60d711082a11.tar.xz drakx-67dcf3a015d3dad98946b110ae9e60d711082a11.zip |
no_comment
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index fed856326..2b5703711 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -304,7 +304,7 @@ sub setPackages($) { #- must be done after getProvides $o->{compssListLevels} = pkgs::readCompssList($o->{packages}, lang::get_langs()); ($o->{compssUsers}, $o->{compssUsersSorted}, $o->{compssUsersIcons}) = - pkgs::readCompssUsers($o->{packages}, $o->{compss}); + pkgs::readCompssUsers($o->{packages}, $o->{compss}, $o->{meta_class}); my @l = (); push @l, 'xawtv', 'kwintv' if grep { $_->{driver} eq 'bttv' } detect_devices::probeall(); |