Install keymaps from new location
authorAnthony Liguori <aliguori@us.ibm.com>
Thu, 28 May 2009 08:11:42 +0000 (03:11 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 28 May 2009 08:11:42 +0000 (03:11 -0500)
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

Makefile

index 781e7ed..d7b9985 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -300,7 +300,7 @@ endif
 ifndef CONFIG_WIN32
        $(INSTALL_DIR) "$(DESTDIR)$(datadir)/keymaps"
        set -e; for x in $(KEYMAPS); do \
-               $(INSTALL_DATA) $(SRC_PATH)/keymaps/$$x "$(DESTDIR)$(datadir)/keymaps"; \
+               $(INSTALL_DATA) $(SRC_PATH)/pc-bios/keymaps/$$x "$(DESTDIR)$(datadir)/keymaps"; \
        done
 endif
        for d in $(TARGET_DIRS); do \