summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-03-06 13:54:22 +0000
committerFrancois Pons <fpons@mandriva.com>2003-03-06 13:54:22 +0000
commit9c0e2dac6e7dc3fc43e4770efb4025e2d3fba59e (patch)
treec6f0b7c41947c0b4bd1a7d7bbf45449236b15f60 /perl-install/install_steps.pm
parenta8f2c197b20949d776883babaefbf7b6dce412c8 (diff)
downloaddrakx-9c0e2dac6e7dc3fc43e4770efb4025e2d3fba59e.tar
drakx-9c0e2dac6e7dc3fc43e4770efb4025e2d3fba59e.tar.gz
drakx-9c0e2dac6e7dc3fc43e4770efb4025e2d3fba59e.tar.bz2
drakx-9c0e2dac6e7dc3fc43e4770efb4025e2d3fba59e.tar.xz
drakx-9c0e2dac6e7dc3fc43e4770efb4025e2d3fba59e.zip
fixed stupid typo.
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index a8678dff3..aafb4884d 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
- $in->do_pkgs->install(qw(acpi acpid));
+ $o->pkg_install(qw(acpi acpid));
}
#------------------------------------------------------------------------------