diff options
author | Francois Pons <fpons@mandriva.com> | 2000-01-06 14:03:28 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-01-06 14:03:28 +0000 |
commit | 76c9841735e05105a516cf1fa9ddfeaffa16fe66 (patch) | |
tree | 22a2b58cfa38d6ffc6ec1f362bd91793844e4b31 /perl-install/pkgs.pm | |
parent | 9d0f3f1b498c9112f5831bb99ca3b24ee881cb13 (diff) | |
download | drakx-backup-do-not-use-76c9841735e05105a516cf1fa9ddfeaffa16fe66.tar drakx-backup-do-not-use-76c9841735e05105a516cf1fa9ddfeaffa16fe66.tar.gz drakx-backup-do-not-use-76c9841735e05105a516cf1fa9ddfeaffa16fe66.tar.bz2 drakx-backup-do-not-use-76c9841735e05105a516cf1fa9ddfeaffa16fe66.tar.xz drakx-backup-do-not-use-76c9841735e05105a516cf1fa9ddfeaffa16fe66.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r-- | perl-install/pkgs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index cc7197bb7..8c2ddade1 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -418,7 +418,7 @@ sub selectPackagesToUpgrade($$$;$$) { versionCompare(c::headerGetEntry($header, 'release'), $p->{release}) >= 0); if ($version_rel_test) { if ($otherPackage && $version_cmp <= 0) { - log::l("removing $otherPackage since it be not be updated otherwise"); + log::l("removing $otherPackage since it will not be updated otherwise"); $toRemove{$otherPackage} = 1; #- force removing for theses other packages, select our. } else { $p->{installed} = 1; |