diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-08 20:10:26 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-08 20:10:26 +0000 |
commit | 422d63b7ef2d8e8b240cf84816eaf15e32cb3d20 (patch) | |
tree | 43dc3185150181a195e8cba7a8a88d5fe00d16eb /perl-install/any.pm | |
parent | 358c4f95e99c24c55e2300641b287d8e5afd50d2 (diff) | |
download | drakx-422d63b7ef2d8e8b240cf84816eaf15e32cb3d20.tar drakx-422d63b7ef2d8e8b240cf84816eaf15e32cb3d20.tar.gz drakx-422d63b7ef2d8e8b240cf84816eaf15e32cb3d20.tar.bz2 drakx-422d63b7ef2d8e8b240cf84816eaf15e32cb3d20.tar.xz drakx-422d63b7ef2d8e8b240cf84816eaf15e32cb3d20.zip |
makes interactive_pkgs stuff work
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 3e4fb99a0..7ccfffbd1 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -408,7 +408,7 @@ sub pppConfig { symlinkf($modem->{device}, "$prefix/dev/modem") or log::l("creation of $prefix/dev/modem failed") if $modem->{device} ne "/dev/modem"; - $in->do_pkgs->install->('ppp') if !$::testing; + $in->do_pkgs->install('ppp') if !$::testing; my %toreplace; $toreplace{$_} = $modem->{$_} foreach qw(connection phone login passwd auth domain dns1 dns2); |