From 38bfa050a240f47b1d585f5e117a281005c4606c Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Mon, 24 Feb 2003 14:09:00 +0000 Subject: dmasound_awacs -> dmasound_pmac --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/modules.pm') 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 { -- cgit v1.2.1