From c1d5c9d2520872f6c1d48dea3fa6d99a85fdee28 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 18 Aug 2004 09:23:03 +0000 Subject: fix typo --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index eb82ceade..bcc5358ed 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -106,7 +106,7 @@ sub setupBootloader { sub installBootloader { my ($in, $b, $all_hds) = @_; - install_acpi_pkgs($in, $b); + install_acpi_pkgs($in->do_pkgs, $b); my $_w = $in->wait_message(N("Please wait"), N("Bootloader installation in progress")); -- cgit v1.2.1