summaryrefslogtreecommitdiffstats
path: root/perl-install/keyboard.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-01-07 12:55:07 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-01-07 12:55:07 +0000
commitf813e51def4634210e36325b4435ad33fe6ee350 (patch)
tree051eccb5eb647177590568a09646721abeb019f2 /perl-install/keyboard.pm
parent984199eeca87dbdb64a17a82547c30aba43a611c (diff)
downloaddrakx-backup-do-not-use-f813e51def4634210e36325b4435ad33fe6ee350.tar
drakx-backup-do-not-use-f813e51def4634210e36325b4435ad33fe6ee350.tar.gz
drakx-backup-do-not-use-f813e51def4634210e36325b4435ad33fe6ee350.tar.bz2
drakx-backup-do-not-use-f813e51def4634210e36325b4435ad33fe6ee350.tar.xz
drakx-backup-do-not-use-f813e51def4634210e36325b4435ad33fe6ee350.zip
Make %lang2keyboard a global variable, so it can be overriden in a
patch file
Diffstat (limited to 'perl-install/keyboard.pm')
-rw-r--r--perl-install/keyboard.pm2
1 files changed, 1 insertions, 1 deletions
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',