From 13f3fbaedbe3b60e91f154b9b5d3bef102b01f9f Mon Sep 17 00:00:00 2001 From: LEAN-ESX Date: Tue, 26 Nov 2019 20:44:55 -0800 Subject: [PATCH] qemu: fix qemu-ga --- utils/qemu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/qemu/Makefile b/utils/qemu/Makefile index 0ec90fc4..c9e9236e 100644 --- a/utils/qemu/Makefile +++ b/utils/qemu/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qemu PKG_VERSION:=4.1.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_HASH:=ed6fdbbdd272611446ff8036991e9b9f04a2ab2e3ffa9e79f3bab0eb9a95a1d2 PKG_SOURCE_URL:=http://download.qemu.org/ @@ -57,7 +57,7 @@ endef define Package/qemu-ga/install $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/qemu-ga $(1)/usr/bin + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/qemu-ga $(1)/usr/bin $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/qemu-ga.init $(1)/etc/init.d/qemu-ga $(INSTALL_DIR) $(1)/etc/hotplug.d/virtio-ports