diff options
-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 { |