From 754521c44af1a6ed93b7f16000e8e74d844d0db4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 13 Mar 2003 17:17:48 +0000 Subject: via via686 upgdrade after simplification too (next time pixel told me it's better to reuse some regexp, i kill him) --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/modules.pm b/perl-install/modules.pm index c5bc80690..c011423f1 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -258,7 +258,7 @@ sub write_conf { # Convert alsa driver from old naming system to new one (snd-card-XXX => snd-XXX) # Ensure correct upgrade for snd-via683 and snd-via8233 drivers s/snd-card/snd/g; - s/^snd-via686|snd-via8233/snd-via82xx/g; + s/snd-via686|snd-via8233/snd-via82xx/g; } elsif ($conf{$alias}{$type} && $conf{$alias}{$type} ne $module) { my $v = join(' ', uniq(deref($conf{$alias}{$type}))); $_ = "$type $alias $v\n"; -- cgit v1.2.1