diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-01-14 20:58:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-01-14 20:58:41 +0000 |
commit | 9d7ddd69f6f357361f6dfd00b5e0020831fc99ed (patch) | |
tree | 3229cb057614dbc01e9c4bf61685c209b472bf3c /perl-install/install_steps.pm | |
parent | 8b62795f41f4e72217bf68b612df5c20da20d8fb (diff) | |
download | drakx-9d7ddd69f6f357361f6dfd00b5e0020831fc99ed.tar drakx-9d7ddd69f6f357361f6dfd00b5e0020831fc99ed.tar.gz drakx-9d7ddd69f6f357361f6dfd00b5e0020831fc99ed.tar.bz2 drakx-9d7ddd69f6f357361f6dfd00b5e0020831fc99ed.tar.xz drakx-9d7ddd69f6f357361f6dfd00b5e0020831fc99ed.zip |
fix typo (making auto installs working again)
Diffstat (limited to 'perl-install/install_steps.pm')
-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 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; |