diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-12-02 16:10:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-12-02 16:10:14 +0000 |
commit | 06637e5665f693173f3dac588f378c041b159a8d (patch) | |
tree | 875f537bd0e11084acd1af6e3f2c9d42d3540c84 /perl-install/install_steps.pm | |
parent | b08dab6f1a6775ebe077bf0e135bd12811cacd36 (diff) | |
download | drakx-06637e5665f693173f3dac588f378c041b159a8d.tar drakx-06637e5665f693173f3dac588f378c041b159a8d.tar.gz drakx-06637e5665f693173f3dac588f378c041b159a8d.tar.bz2 drakx-06637e5665f693173f3dac588f378c041b159a8d.tar.xz drakx-06637e5665f693173f3dac588f378c041b159a8d.zip |
fix typo
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 dc158e591..a7156e69b 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -514,7 +514,7 @@ GridHeight=70 } } - fix_broken_alternatives(); + any::fix_broken_alternatives(); #- update theme directly from a package (simplest). if (-s "$o->{prefix}/usr/share/oem-theme.rpm") { |