diff options
Diffstat (limited to 'perl-install')
-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; |