diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2009-05-28 03:11:42 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-05-28 03:11:42 -0500 |
commit | 79fd42aab4a463dc81fe202a97cfc0d9fdea5ff4 (patch) | |
tree | c05ee0f837ee1cecbe05cfbf4566228e6532acee /Makefile | |
parent | f9e96436cc4a5136ccf854a064ef8643b0b3da80 (diff) |
Install keymaps from new location
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |