diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-19 22:50:49 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-19 22:50:49 +0000 |
commit | a117445ee6c9611403e523fa212399101e93fc16 (patch) | |
tree | 2ecc97dde024fdfc499448e6ac76ee37aa1ae115 /perl-install/install_any.pm | |
parent | a1b2c33c15ab52218a15839f21f4da1af6a68a07 (diff) | |
download | drakx-backup-do-not-use-a117445ee6c9611403e523fa212399101e93fc16.tar drakx-backup-do-not-use-a117445ee6c9611403e523fa212399101e93fc16.tar.gz drakx-backup-do-not-use-a117445ee6c9611403e523fa212399101e93fc16.tar.bz2 drakx-backup-do-not-use-a117445ee6c9611403e523fa212399101e93fc16.tar.xz drakx-backup-do-not-use-a117445ee6c9611403e523fa212399101e93fc16.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 749bb40ab..e0f3475cd 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -303,7 +303,7 @@ sub setPackages($) { $o->{compss} = pkgs::readCompss($o->{prefix}, $o->{packages}); #- must be done after getProvides - $o->{compssListLevels} = pkgs::readCompssList($o->{packages}); + $o->{compssListLevels} = pkgs::readCompssList($o->{packages}, lang::get_langs()); ($o->{compssUsers}, $o->{compssUsersSorted}) = pkgs::readCompssUsers($o->{packages}, $o->{compss}); my @l = (); |