summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2009-07-27 09:09:12 -0400
committerJeremy Katz <katzj@redhat.com>2009-07-29 15:20:47 -0400
commitc967ded36ace32f6764f7650bb8f1a8f42c78b05 (patch)
tree8248707b9c8cf2c6da090e558844f7ab9d5bbf3c /scripts
parent12b15f7c35585d00ddcacf429c60512a3ea8072a (diff)
downloadanaconda-c967ded36ace32f6764f7650bb8f1a8f42c78b05.tar.gz
anaconda-c967ded36ace32f6764f7650bb8f1a8f42c78b05.tar.xz
anaconda-c967ded36ace32f6764f7650bb8f1a8f42c78b05.zip
Use keyboard bits from system-config-keyboard now
system-config-keyboard has the keyboard bits now, so let's use those rather than the ones from rhpl
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/getkeymaps2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/getkeymaps b/scripts/getkeymaps
index 2e003a771..8436900fc 100755
--- a/scripts/getkeymaps
+++ b/scripts/getkeymaps
@@ -51,7 +51,7 @@ else
PATTERN=i386
fi
-MAPS=$(python -c "import rhpl.keyboard_models ; rhpl.keyboard_models.get_supported_models()")
+MAPS=$(python -c "import system_config_keyboard.keyboard_models ; system_config_keyboard.keyboard_models.get_supported_models()")
for map in $MAPS ; do
eval find /lib/kbd/keymaps/$PATTERN -name "$map.map*.gz" | while read n; do