summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2007-04-04 19:38:43 +0000
committerPeter Jones <pjones@redhat.com>2007-04-04 19:38:43 +0000
commit7c8fea435c709954669bed1195ed387b0a47c27f (patch)
tree90615329f5a6741df6c870ed2fc2739e082bfd18
parenta73b8acb00891d7aa0dce828c2b9f23b6e366bab (diff)
downloadanaconda-7c8fea435c709954669bed1195ed387b0a47c27f.tar.gz
anaconda-7c8fea435c709954669bed1195ed387b0a47c27f.tar.xz
anaconda-7c8fea435c709954669bed1195ed387b0a47c27f.zip
- fix typo in updkmaps
- sort makefile rules - add ia64 rule and x86_64 rule - fix install rule
-rw-r--r--keymaps/Makefile22
-rwxr-xr-xkeymaps/updkmaps2
2 files changed, 15 insertions, 9 deletions
diff --git a/keymaps/Makefile b/keymaps/Makefile
index 8eeddf11f..62dda210f 100644
--- a/keymaps/Makefile
+++ b/keymaps/Makefile
@@ -5,24 +5,30 @@ all:
depend:
install:
- install -m 644 keymaps-$(ARCH) $(DESTDIR)/$(RUNTIMEDIR)
+ if [ -f keymaps-$(ARCH) ]; then install -m 644 keymaps-$(ARCH) $(DESTDIR)/$(RUNTIMEDIR)/keymaps-override-$(ARCH) ; fi
clean:
+alpha:
+ ./updkmaps alpha
+
i386:
./updkmaps i386
-alpha:
- ./updkmaps alpha
+ia64:
+ ./updkmaps ia64
-sparc:
- ./updkmaps sparc
+ppc:
+ ./updkmaps ppc
s390:
./updkmaps s390
s390x:
- ./updkmaps s390
+ ./updkmaps s390x
-ppc:
- ./updkmaps ppc
+sparc:
+ ./updkmaps sparc
+
+x86_64:
+ ./updkmaps x86_64
diff --git a/keymaps/updkmaps b/keymaps/updkmaps
index 93f8ee6fd..5fe3b3851 100755
--- a/keymaps/updkmaps
+++ b/keymaps/updkmaps
@@ -15,7 +15,7 @@ mkdir -p $TMPDIR
if [ $ARCH = "sparc" ]; then
PATTERN={i386,sun}
else
- PETTERN=i386
+ PATTERN=i386
fi
eval find /lib/kbd/keymaps/$PATTERN -name "*.map*" | while read n; do