diff options
author | Francois Pons <fpons@mandriva.com> | 2000-04-20 17:50:23 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-04-20 17:50:23 +0000 |
commit | 9ca9a63597f34576f9574e136dea4a1de8183f46 (patch) | |
tree | a8fca976ffeeb1db056d78ea698b987955953908 /perl-install/modules.pm | |
parent | 8512e1232b7edf0b686707a68c36b0707b3a8417 (diff) | |
download | drakx-backup-do-not-use-9ca9a63597f34576f9574e136dea4a1de8183f46.tar drakx-backup-do-not-use-9ca9a63597f34576f9574e136dea4a1de8183f46.tar.gz drakx-backup-do-not-use-9ca9a63597f34576f9574e136dea4a1de8183f46.tar.bz2 drakx-backup-do-not-use-9ca9a63597f34576f9574e136dea4a1de8183f46.tar.xz drakx-backup-do-not-use-9ca9a63597f34576f9574e136dea4a1de8183f46.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 968c3a514..9d17c352b 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -536,7 +536,7 @@ sub load_thiskind($;&$) { } #- hey, we're allowed to pci probe :) let's do a lot of probing! if (my ($c) = pci_probing::main::probe('AUDIO')) { - modules::add_alias("sound", $c->[1]) if pci_probing::main::check($c->[1]); + add_alias("sound", $c->[1]) if pci_probing::main::check($c->[1]); } } @devs, map { [ $_, $_ ] } @{$loaded{$type} || []}; |