From f813e51def4634210e36325b4435ad33fe6ee350 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 7 Jan 2005 12:55:07 +0000 Subject: Make %lang2keyboard a global variable, so it can be overriden in a patch file --- perl-install/keyboard.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/keyboard.pm') diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index dd741fea0..b2df6a549 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -21,7 +21,7 @@ my $KMAP_MAGIC = 0x8B39C07F; #- a best guess of the keyboard layout, based on the choosen locale #- beware only the first 5 characters of the locale are used -my %lang2keyboard = +our %lang2keyboard = ( 'af' => 'us_intl', 'am' => 'us:90', -- cgit v1.2.1