diff options
author | Francois Pons <fpons@mandriva.com> | 2003-03-06 13:54:22 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-03-06 13:54:22 +0000 |
commit | 9c0e2dac6e7dc3fc43e4770efb4025e2d3fba59e (patch) | |
tree | c6f0b7c41947c0b4bd1a7d7bbf45449236b15f60 /perl-install | |
parent | a8f2c197b20949d776883babaefbf7b6dce412c8 (diff) | |
download | drakx-backup-do-not-use-9c0e2dac6e7dc3fc43e4770efb4025e2d3fba59e.tar drakx-backup-do-not-use-9c0e2dac6e7dc3fc43e4770efb4025e2d3fba59e.tar.gz drakx-backup-do-not-use-9c0e2dac6e7dc3fc43e4770efb4025e2d3fba59e.tar.bz2 drakx-backup-do-not-use-9c0e2dac6e7dc3fc43e4770efb4025e2d3fba59e.tar.xz drakx-backup-do-not-use-9c0e2dac6e7dc3fc43e4770efb4025e2d3fba59e.zip |
fixed stupid typo.
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
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)); } #------------------------------------------------------------------------------ |