]> git.proxmox.com Git - qemu.git/blobdiff - Makefile
keymaps support (initial patch by Johannes Schindelin)
[qemu.git] / Makefile
index cbe56159b392c7d49019342ccdfdfdf9f0fb1710..eb353ba9a8a9bba5a69bc1a7f6ac0141bc94f93b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,8 @@ install: all
 ifndef CONFIG_WIN32
        mkdir -p "$(mandir)/man1"
        install qemu.1 qemu-img.1 "$(mandir)/man1"
+       mkdir -p "$(datadir)/keymaps"
+       install -m 644 keymaps/* "$(datadir)"
 endif
        for d in $(TARGET_DIRS); do \
        $(MAKE) -C $$d $@ || exit 1 ; \