diff options
author | Stew Benedict <stewb@mandriva.org> | 2003-02-24 14:09:00 +0000 |
---|---|---|
committer | Stew Benedict <stewb@mandriva.org> | 2003-02-24 14:09:00 +0000 |
commit | 38bfa050a240f47b1d585f5e117a281005c4606c (patch) | |
tree | 6c4c2b966246b7e87d2f36e1a2ddc088621f4dd6 | |
parent | b90ba0d94c0f776577adefb43be603dcb96b1ff1 (diff) | |
download | drakx-38bfa050a240f47b1d585f5e117a281005c4606c.tar drakx-38bfa050a240f47b1d585f5e117a281005c4606c.tar.gz drakx-38bfa050a240f47b1d585f5e117a281005c4606c.tar.bz2 drakx-38bfa050a240f47b1d585f5e117a281005c4606c.tar.xz drakx-38bfa050a240f47b1d585f5e117a281005c4606c.zip |
dmasound_awacs -> dmasound_pmac
-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 8eba4b8d5..4cbb3a222 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -93,7 +93,7 @@ sub load_category { if_(arch() =~ /ppc/, if_($category =~ /scsi/, 'mesh', 'mac53c94'), if_($category =~ /net/, 'bmac', 'gmac', 'mace', 'airport'), - if_($category =~ /sound/, 'dmasound_awacs'), + if_($category =~ /sound/, 'dmasound_pmac'), ), ); grep { |