From ef47a1b619766acf9635fc6d40ef7c658903dd07 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 6 Mar 2003 13:54:52 +0000 Subject: fixed again the same typo. --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index aafb4884d..d034d729f 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -699,7 +699,7 @@ sub summaryAfter { require bootloader; bootloader::get_append($o->{bootloader}, 'acpi') ne 'off' && (-x "$::prefix/usr/bin/acpi" && -x "$::prefix/usr/sbin/acpid") and - $o->pkg_install(qw(acpi acpid)); + $o->do_pkgs->pkg_install(qw(acpi acpid)); } #------------------------------------------------------------------------------ -- cgit v1.2.1