diff options
author | Francois Pons <fpons@mandriva.com> | 2000-04-19 20:34:08 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-04-19 20:34:08 +0000 |
commit | f453a6803dac9bd312371a59d5a4ae42e2cad35e (patch) | |
tree | 4c861205edbd7841e916b7dc26b779458b9b1415 /perl-install/install_any.pm | |
parent | 59e7ea4bfc0abe3f1da710369ef377a08c9626d2 (diff) | |
download | drakx-backup-do-not-use-f453a6803dac9bd312371a59d5a4ae42e2cad35e.tar drakx-backup-do-not-use-f453a6803dac9bd312371a59d5a4ae42e2cad35e.tar.gz drakx-backup-do-not-use-f453a6803dac9bd312371a59d5a4ae42e2cad35e.tar.bz2 drakx-backup-do-not-use-f453a6803dac9bd312371a59d5a4ae42e2cad35e.tar.xz drakx-backup-do-not-use-f453a6803dac9bd312371a59d5a4ae42e2cad35e.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 859348ac1..64101102b 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -259,6 +259,7 @@ sub setPackages($) { my @l = (); push @l, "kapm" if $o->{pcmcia}; + require pci_probing::main; push @l, "Device3Dfx", "Glide_V3" if pci_probing::main::matching_desc('Voodoo'); require timezone; require lang; |