diff options
author | 2019-05-19 16:57:57 -0500 | |
---|---|---|
committer | 2019-05-19 18:42:11 -0500 | |
commit | 490c1bdd567d908b15ce7a825b4cab6e50a0bba5 (patch) | |
tree | 37b6122a17446c27b510e6bd11764763a29b465e /app-emulation/qemu/files | |
parent | app-emulation/qemu: introduce USE=doc (diff) | |
download | gentoo-490c1bdd567d908b15ce7a825b4cab6e50a0bba5.tar.gz gentoo-490c1bdd567d908b15ce7a825b4cab6e50a0bba5.tar.bz2 gentoo-490c1bdd567d908b15ce7a825b4cab6e50a0bba5.zip |
app-emulation/qemu: ensure directory is created
Closes: https://bugs.gentoo.org/684902
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation/qemu/files')
-rw-r--r-- | app-emulation/qemu/files/qemu-4.0.0-mkdir_systemtap.patch | 12 |
1 files changed, 12 insertions, 0 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 new file mode 100644 index 000000000000..abfcbd1b9afc --- /dev/null +++ b/app-emulation/qemu/files/qemu-4.0.0-mkdir_systemtap.patch @@ -0,0 +1,12 @@ +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" + endif + ifdef CONFIG_TRACE_SYSTEMTAP ++ mkdir -p $(DESTDIR)$(bindir) + $(INSTALL_DATA) scripts/qemu-trace-stap.1 "$(DESTDIR)$(mandir)/man1" + endif + ifneq (,$(findstring qemu-ga,$(TOOLS))) |