summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r--perl-install/pkgs.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm
index fc26cece0..060a48090 100644
--- a/perl-install/pkgs.pm
+++ b/perl-install/pkgs.pm
@@ -174,6 +174,8 @@ sub bestKernelPackage {
$pkg->name =~ /kernel-\d/ or next;
!$best || $pkg->compare_pkg($best) > 0 and $best = $pkg;
}
+
+ $best;
}
sub packagesOfMedium {