diff options
author | damien <damien@mandriva.com> | 2001-09-24 14:31:43 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-09-24 14:31:43 +0000 |
commit | 769015e176566ac88c98c72df3be95ac82453be1 (patch) | |
tree | db981f6a5ac2afb3ef27e0bb656d76e59320d49c /perl-install/modules.pm | |
parent | d8fccf56918fd92ad1db542a832cf266d32451ce (diff) | |
download | drakx-backup-do-not-use-769015e176566ac88c98c72df3be95ac82453be1.tar drakx-backup-do-not-use-769015e176566ac88c98c72df3be95ac82453be1.tar.gz drakx-backup-do-not-use-769015e176566ac88c98c72df3be95ac82453be1.tar.bz2 drakx-backup-do-not-use-769015e176566ac88c98c72df3be95ac82453be1.tar.xz drakx-backup-do-not-use-769015e176566ac88c98c72df3be95ac82453be1.zip |
corrected isdn firmware
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index a70fbd200..160ed18ff 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -774,6 +774,7 @@ sub get_that_type { $_->{driver} = $1; $_->{options} = $2; $_->{firmware} = $3; + $_->{firmware} =~ s/firmware=//; $_->{driver} eq "hisax" and $_->{options} .= " id=HiSax"; } $b; |