diff options
author | Matthias Maier <tamiko@gentoo.org> | 2019-05-20 11:27:04 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-05-20 11:27:28 -0500 |
commit | cbedf5e1f9b2591cdd337a5fa915d76210e96cdf (patch) | |
tree | 64e51786afcb25cbc85c544bca41a1a04ca6858f /app-emulation/qemu | |
parent | sci-electronics/geda: Add missing library to linker stage. (diff) | |
download | gentoo-cbedf5e1f9b2591cdd337a5fa915d76210e96cdf.tar.gz gentoo-cbedf5e1f9b2591cdd337a5fa915d76210e96cdf.tar.bz2 gentoo-cbedf5e1f9b2591cdd337a5fa915d76210e96cdf.zip |
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 <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/files/qemu-4.0.0-mkdir_systemtap.patch | 8 |
1 files 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 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),) |