diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-03-11 10:05:38 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-03-11 10:05:38 +0000 |
commit | c2c1c5f44ad3249e0dd7060c478e309a3b39d13d (patch) | |
tree | 4fa29e264adec72b1a49fb19a4da84bbd2001848 /perl-install | |
parent | 7cfc923cfc83194a11497bbd7bd7a3e509708c01 (diff) | |
download | drakx-c2c1c5f44ad3249e0dd7060c478e309a3b39d13d.tar drakx-c2c1c5f44ad3249e0dd7060c478e309a3b39d13d.tar.gz drakx-c2c1c5f44ad3249e0dd7060c478e309a3b39d13d.tar.bz2 drakx-c2c1c5f44ad3249e0dd7060c478e309a3b39d13d.tar.xz drakx-c2c1c5f44ad3249e0dd7060c478e309a3b39d13d.zip |
(install) update comment
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/pkgs.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm index 3a6a05b26..0f940939b 100644 --- a/perl-install/install/pkgs.pm +++ b/perl-install/install/pkgs.pm @@ -668,8 +668,7 @@ sub install { my $loop_boot = fs::loopback::prepare_boot(); #- first stage to extract some important information - #- about the selected packages. This is used to select - #- one or many transactions. + #- about the selected packages. my ($total, $nb); foreach my $pkg (@$toInstall) { $packages{$pkg->id} = $pkg; |