From 587c9a47bf5739a4927c725f9bc0db818711cb2d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 1 Aug 2002 11:34:37 +0000 Subject: get rid of some $prefix parameter passing --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index a69e8c0c6..8e60840bf 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -543,7 +543,7 @@ sub setupFB { $e->{vga} = $vga; } } - bootloader::install($o->{prefix}, $o->{bootloader}, $o->{fstab}, $o->{all_hds}{hds}); + bootloader::install($o->{bootloader}, $o->{fstab}, $o->{all_hds}{hds}); 1; } -- cgit v1.2.1