diff options
author | Peter Jones <pjones@redhat.com> | 2007-02-06 18:36:26 +0000 |
---|---|---|
committer | Peter Jones <pjones@redhat.com> | 2007-02-06 18:36:26 +0000 |
commit | 8fb98139017ff979547fda56741699b9a0feb16d (patch) | |
tree | 7eb7be0cd4b6ebec60f4640dc4110c915b70c09b /Makefile | |
parent | 50f10dc4ea15d0aac9cabce9a4143e56e799d895 (diff) | |
download | anaconda-8fb98139017ff979547fda56741699b9a0feb16d.tar.gz anaconda-8fb98139017ff979547fda56741699b9a0feb16d.tar.xz anaconda-8fb98139017ff979547fda56741699b9a0feb16d.zip |
- Actually install keymaps from keymaps/ (#182325)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |