From cbedf5e1f9b2591cdd337a5fa915d76210e96cdf Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Mon, 20 May 2019 11:27:04 -0500 Subject: app-emulation/qemu: fix systemtap patch Thanks to hangglider@gmx.de for pointing this out! Closes: https://bugs.gentoo.org/686370 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Matthias Maier --- app-emulation/qemu/files/qemu-4.0.0-mkdir_systemtap.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app-emulation/qemu') diff --git a/app-emulation/qemu/files/qemu-4.0.0-mkdir_systemtap.patch b/app-emulation/qemu/files/qemu-4.0.0-mkdir_systemtap.patch index abfcbd1b9afc..95ccdd7a4b1c 100644 --- a/app-emulation/qemu/files/qemu-4.0.0-mkdir_systemtap.patch +++ b/app-emulation/qemu/files/qemu-4.0.0-mkdir_systemtap.patch @@ -2,11 +2,11 @@ diff --git a/Makefile b/Makefile index 04a0d450..e0013a59 100644 --- a/Makefile +++ b/Makefile -@@ -760,6 +760,7 @@ ifneq ($(TOOLS),) - $(INSTALL_DATA) qemu-nbd.8 "$(DESTDIR)$(mandir)/man8" +@@ -803,6 +802,7 @@ + $(call install-prog,$(HELPERS-y),$(DESTDIR)$(libexecdir)) endif ifdef CONFIG_TRACE_SYSTEMTAP + mkdir -p $(DESTDIR)$(bindir) - $(INSTALL_DATA) scripts/qemu-trace-stap.1 "$(DESTDIR)$(mandir)/man1" + $(INSTALL_PROG) "scripts/qemu-trace-stap" $(DESTDIR)$(bindir) endif - ifneq (,$(findstring qemu-ga,$(TOOLS))) + ifneq ($(BLOBS),) -- cgit v1.2.3-65-gdbad