summaryrefslogtreecommitdiffstats
path: root/scripts/getkeymaps
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-07-15 20:34:47 +0000
committerJeremy Katz <katzj@redhat.com>2002-07-15 20:34:47 +0000
commited84285fd2d831cb5ac4dc2c88974baadb65f5e0 (patch)
tree699c5035bc1938afadce9753af0cec15e2b83017 /scripts/getkeymaps
parentd980981557440e11c52f715a3dfbe5418f629846 (diff)
downloadanaconda-ed84285fd2d831cb5ac4dc2c88974baadb65f5e0.tar.gz
anaconda-ed84285fd2d831cb5ac4dc2c88974baadb65f5e0.tar.xz
anaconda-ed84285fd2d831cb5ac4dc2c88974baadb65f5e0.zip
oops
Diffstat (limited to 'scripts/getkeymaps')
-rwxr-xr-xscripts/getkeymaps2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/getkeymaps b/scripts/getkeymaps
index e162abbef..b77ada1ca 100755
--- a/scripts/getkeymaps
+++ b/scripts/getkeymaps
@@ -24,7 +24,7 @@ else
PATTERN=i386
fi
-MAPS=$(python2 -c "import rhpl.keyboard_models ; rhpl.keyboard_models.get_supported_models()")
+MAPS=$(python -c "import rhpl.keyboard_models ; rhpl.keyboard_models.get_supported_models()")
for map in $MAPS ; do
eval find /lib/kbd/keymaps/$PATTERN -name "$map.map*" | while read n; do