summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-01-14 20:58:41 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-01-14 20:58:41 +0000
commit9d7ddd69f6f357361f6dfd00b5e0020831fc99ed (patch)
tree3229cb057614dbc01e9c4bf61685c209b472bf3c /perl-install/install_steps.pm
parent8b62795f41f4e72217bf68b612df5c20da20d8fb (diff)
downloaddrakx-backup-do-not-use-9d7ddd69f6f357361f6dfd00b5e0020831fc99ed.tar
drakx-backup-do-not-use-9d7ddd69f6f357361f6dfd00b5e0020831fc99ed.tar.gz
drakx-backup-do-not-use-9d7ddd69f6f357361f6dfd00b5e0020831fc99ed.tar.bz2
drakx-backup-do-not-use-9d7ddd69f6f357361f6dfd00b5e0020831fc99ed.tar.xz
drakx-backup-do-not-use-9d7ddd69f6f357361f6dfd00b5e0020831fc99ed.zip
fix typo (making auto installs working again)
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 f562cb272..ab82c6a84 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -598,7 +598,7 @@ sub installCrypto {
$o->pkg_install(@{$u->{packages}});
}
-sub installUpates {
+sub installUpdates {
my ($o) = @_;
my $u = $o->{updates} or return; $u->{updates} or return;