Commit 79fd42aab4a463dc81fe202a97cfc0d9fdea5ff4

Authored by Anthony Liguori
1 parent f9e96436

Install keymaps from new location

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Showing 1 changed file with 1 additions and 1 deletions
Makefile
... ... @@ -300,7 +300,7 @@ endif
300 300 ifndef CONFIG_WIN32
301 301 $(INSTALL_DIR) "$(DESTDIR)$(datadir)/keymaps"
302 302 set -e; for x in $(KEYMAPS); do \
303   - $(INSTALL_DATA) $(SRC_PATH)/keymaps/$$x "$(DESTDIR)$(datadir)/keymaps"; \
  303 + $(INSTALL_DATA) $(SRC_PATH)/pc-bios/keymaps/$$x "$(DESTDIR)$(datadir)/keymaps"; \
304 304 done
305 305 endif
306 306 for d in $(TARGET_DIRS); do \
... ...