From 9bf03d1088adcd4187b418af6dad4429a91f7e2f Mon Sep 17 00:00:00 2001 From: Adam Lebsack Date: Sat, 27 May 2000 23:40:06 +0000 Subject: see Changelog --- perl-install/keyboard.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/keyboard.pm') diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index 18cfca837..db4c09297 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -99,10 +99,10 @@ arch() =~ /^sparc/ ? ( "uk" => [ __("UK keyboard"), "sunt5-uk", "gb" ], "us" => [ __("US keyboard"), "sunkeymap", "us" ], ) : ( -arch() =~ /^ppc/ ? ( +arch() eq "ppc" ? ( "us" => [ __("US keyboard"), "mac-us-ext", "us" ], "de_nodeadkeys" => [ __("German"), "mac-de-latin1-nodeadkeys", "de(nodeadkeys)" ], - "fr" => [ __("French"), "mac-fr3", "fr" ], + "fr" => [ __("French"), "mac-fr2-ext", "fr" ], ) : ( "am_old" => [ __("Armenian (old)"), "am_old", "am(old)" ], "am" => [ __("Armenian (typewriter)"), "am-armscii8", "am" ], -- cgit v1.2.1