summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-03-06 14:22:55 +0000
committerFrancois Pons <fpons@mandriva.com>2003-03-06 14:22:55 +0000
commita91668aae284633b47fd49d70dcd9df2e2d2b648 (patch)
treec9fdf25f82d7b29ee1eb6d8747bdef20df8eeaae
parenta34cb7b14b4b32088094a9597e514e24386138f9 (diff)
downloaddrakx-backup-do-not-use-a91668aae284633b47fd49d70dcd9df2e2d2b648.tar
drakx-backup-do-not-use-a91668aae284633b47fd49d70dcd9df2e2d2b648.tar.gz
drakx-backup-do-not-use-a91668aae284633b47fd49d70dcd9df2e2d2b648.tar.bz2
drakx-backup-do-not-use-a91668aae284633b47fd49d70dcd9df2e2d2b648.tar.xz
drakx-backup-do-not-use-a91668aae284633b47fd49d70dcd9df2e2d2b648.zip
fixed stupid again typo.
-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 ef38351f8..80f8deda2 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->do_pkgs->pkg_install(qw(acpi acpid));
+ and $o->do_pkgs->install(qw(acpi acpid));
}
#------------------------------------------------------------------------------