diff options
author | Francois Pons <fpons@mandriva.com> | 2003-03-06 13:54:52 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-03-06 13:54:52 +0000 |
commit | ef47a1b619766acf9635fc6d40ef7c658903dd07 (patch) | |
tree | 7c6ae2b1f3c843dec3e2f4c2a69d5a02e1ed2cbf /perl-install | |
parent | 9c0e2dac6e7dc3fc43e4770efb4025e2d3fba59e (diff) | |
download | drakx-backup-do-not-use-ef47a1b619766acf9635fc6d40ef7c658903dd07.tar drakx-backup-do-not-use-ef47a1b619766acf9635fc6d40ef7c658903dd07.tar.gz drakx-backup-do-not-use-ef47a1b619766acf9635fc6d40ef7c658903dd07.tar.bz2 drakx-backup-do-not-use-ef47a1b619766acf9635fc6d40ef7c658903dd07.tar.xz drakx-backup-do-not-use-ef47a1b619766acf9635fc6d40ef7c658903dd07.zip |
fixed again the same 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 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)); } #------------------------------------------------------------------------------ |