summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2007-02-06 18:36:26 +0000
committerPeter Jones <pjones@redhat.com>2007-02-06 18:36:26 +0000
commit8fb98139017ff979547fda56741699b9a0feb16d (patch)
tree7eb7be0cd4b6ebec60f4640dc4110c915b70c09b /Makefile
parent50f10dc4ea15d0aac9cabce9a4143e56e799d895 (diff)
downloadanaconda-8fb98139017ff979547fda56741699b9a0feb16d.tar.gz
anaconda-8fb98139017ff979547fda56741699b9a0feb16d.tar.xz
anaconda-8fb98139017ff979547fda56741699b9a0feb16d.zip
- Actually install keymaps from keymaps/ (#182325)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c96d8c45a..1765fff0d 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ RELEASE := $(shell awk '/Release:/ { print $$2 }' anaconda.spec)
SUBDIRS = isys loader2 po stubs \
textw utils scripts bootdisk installclasses \
- iw pixmaps isomd5sum command-stubs
+ iw pixmaps isomd5sum command-stubs keymaps
# fonts aren't on s390/s390x
ifneq (s390, $(ARCH))
ifneq (s390x, $(ARCH))