commit: cbedf5e1f9b2591cdd337a5fa915d76210e96cdf Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Mon May 20 16:27:04 2019 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Mon May 20 16:27:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbedf5e1
app-emulation/qemu: fix systemtap patch Thanks to hangglider <AT> 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 <tamiko <AT> gentoo.org> app-emulation/qemu/files/qemu-4.0.0-mkdir_systemtap.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 abfcbd1b9af..95ccdd7a4b1 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),)
