summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2009-05-28 03:11:42 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2009-05-28 03:11:42 -0500
commit79fd42aab4a463dc81fe202a97cfc0d9fdea5ff4 (patch)
treec05ee0f837ee1cecbe05cfbf4566228e6532acee /Makefile
parentf9e96436cc4a5136ccf854a064ef8643b0b3da80 (diff)
downloadqemu-79fd42aab4a463dc81fe202a97cfc0d9fdea5ff4.tar.gz
Install keymaps from new location
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 781e7ed3c2..d7b99859dd 100644
--- 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 \