diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-14 12:35:30 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-14 12:35:30 +0000 |
commit | d262062a7a03f6791dad8f30ffa51220cd29814a (patch) | |
tree | b4f89f3af09907aab2e38f4f23c2638676fe54e2 /perl-install/modules.pm | |
parent | d9f4685657b66bbbb0f4021a040da852c78d0482 (diff) | |
download | drakx-d262062a7a03f6791dad8f30ffa51220cd29814a.tar drakx-d262062a7a03f6791dad8f30ffa51220cd29814a.tar.gz drakx-d262062a7a03f6791dad8f30ffa51220cd29814a.tar.bz2 drakx-d262062a7a03f6791dad8f30ffa51220cd29814a.tar.xz drakx-d262062a7a03f6791dad8f30ffa51220cd29814a.zip |
no_comment
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 8fad8efba..b50b2467c 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -332,12 +332,12 @@ qw( acenic sk98lin de4x5 BusLogic seagate fdomain g_NCR5380 dc395x_trm tmscsim dpt_i2o eata eata_pio eata_dma -apa1480_cb aztcd gscd isp16 mcd mcdx optcd cm206 sjcd ); my @skip_modules_on_stage1 = ( arch() =~ /alpha/ ? qw(sb1000) : (), + "apa1480_cb", ); |