summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/bootloader.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index 20633970e..c7c134e76 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -270,7 +270,7 @@ wait %d seconds for default boot.
#- manage hackkernel if installed.
my $hasHack = -e "$prefix/boot/vmlinuz-hack";
if ($hasHack) {
- my $hackVersion = first(readlink "$prefix/boot/vmlinuz-hack" =~ /vmlinux-(.*)/);
+ my $hackVersion = first(readlink("$prefix/boot/vmlinuz-hack") =~ /vmlinux-(.*)/);
add_kernel($prefix, $lilo, $hackVersion, 'hack',
{
label => 'hack',