diff options
author | damien <damien@mandriva.com> | 2001-09-21 15:58:07 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-09-21 15:58:07 +0000 |
commit | c45c3b20958598177788331423320964e4149d85 (patch) | |
tree | 149b9cce513c5bbb93ed03016bbd2eaae93f8967 /perl-install | |
parent | 273a1fb79607982c8890e8edb42d19ef2c93e7ac (diff) | |
download | drakx-backup-do-not-use-c45c3b20958598177788331423320964e4149d85.tar drakx-backup-do-not-use-c45c3b20958598177788331423320964e4149d85.tar.gz drakx-backup-do-not-use-c45c3b20958598177788331423320964e4149d85.tar.bz2 drakx-backup-do-not-use-c45c3b20958598177788331423320964e4149d85.tar.xz drakx-backup-do-not-use-c45c3b20958598177788331423320964e4149d85.zip |
typo
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network/adsl.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index 838ef865f..f8a236344 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -144,13 +144,14 @@ user "$adsl->{login}" require pkgs; $mgmtrpm = pkgs::packageByName($in->{package}, "speedtouch_mgmt"); } - if($mgmtrpm) { + if ($mgmtrpm) { $in->do_pkgs->install('speedtouch_mgmt') } else { -e "$prefix/usr/share/speedtouch/mgmt.o" or $in->ask_warn('', _('You need the alcatel microcode. Download it at http://www.alcatel.com/consumer/dsl/dvrreg_lx.htm and copy the mgmt.o in /usr/share/speedtouch')); + } } if ($adsl_type eq 'pptp') { |