diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-08 19:42:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-08 19:42:56 +0000 |
commit | e56d92a693ba01746f418c4783b64858d0063a78 (patch) | |
tree | 53e97e1e85665459be6b7982946da0a6cfb92a08 /lib/keyboard.pm | |
parent | 844cfdc5310de38c1540c4bbba5cb79c3216d900 (diff) | |
download | drakx-kbd-mouse-x11-e56d92a693ba01746f418c4783b64858d0063a78.tar drakx-kbd-mouse-x11-e56d92a693ba01746f418c4783b64858d0063a78.tar.gz drakx-kbd-mouse-x11-e56d92a693ba01746f418c4783b64858d0063a78.tar.bz2 drakx-kbd-mouse-x11-e56d92a693ba01746f418c4783b64858d0063a78.tar.xz drakx-kbd-mouse-x11-e56d92a693ba01746f418c4783b64858d0063a78.zip |
- adapt to kbd instead of console-tools: s/kmap/map/
Diffstat (limited to 'lib/keyboard.pm')
-rw-r--r-- | lib/keyboard.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/keyboard.pm b/lib/keyboard.pm index e724b55..85abfbf 100644 --- a/lib/keyboard.pm +++ b/lib/keyboard.pm @@ -407,7 +407,7 @@ sub loadkeys_files { my ($err) = @_; my $archkbd = arch() =~ /^sparc/ ? "sun" : arch() =~ /i.86|x86_64/ ? "i386" : arch() =~ /ppc/ ? "mac" : arch(); my $p = "/usr/lib/kbd/keymaps/$archkbd"; - my $post = ".kmap.gz"; + my $post = ".map.gz"; my %trans = ("cz-latin2" => "cz-lat2"); my %find_file; foreach my $dir (all($p)) { |