From 3e1b1b58f9341ab396395543c28a57350fec589d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 25 Aug 2005 12:08:37 +0000 Subject: perl_checker compliance --- perl-install/bootloader.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 4cd2be611..f1eb4af49 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -1383,7 +1383,7 @@ sub install_grub { if (!$::testing) { my @files = grep { /(stage1|stage2|_stage1_5)$/ } glob("$::prefix/lib/grub/*/*"); cp_af(@files, "$::prefix/boot/grub"); - install_raw_grub() + install_raw_grub(); } configure_kdm_BootManager('Grub'); -- cgit v1.2.1