diff options
author | Matthias Maier <tamiko@gentoo.org> | 2019-05-19 16:57:57 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-05-19 18:42:11 -0500 |
commit | 490c1bdd567d908b15ce7a825b4cab6e50a0bba5 (patch) | |
tree | 37b6122a17446c27b510e6bd11764763a29b465e /app-emulation/qemu | |
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')
-rw-r--r-- | app-emulation/qemu/files/qemu-4.0.0-mkdir_systemtap.patch | 12 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-4.0.0-r3.ebuild | 1 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 1 |
3 files changed, 14 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))) diff --git a/app-emulation/qemu/qemu-4.0.0-r3.ebuild b/app-emulation/qemu/qemu-4.0.0-r3.ebuild index f513f3877479..86e2f9cee006 100644 --- a/app-emulation/qemu/qemu-4.0.0-r3.ebuild +++ b/app-emulation/qemu/qemu-4.0.0-r3.ebuild @@ -206,6 +206,7 @@ PATCHES=( "${FILESDIR}"/${PN}-2.11.1-capstone_include_path.patch "${FILESDIR}"/${P}-sanitize-interp_info.patch "${FILESDIR}"/${PN}-3.1.0-md-clear-md-no.patch + "${FILESDIR}"/${PN}-4.0.0-mkdir_systemtap.patch #684902 ) QA_PREBUILT=" diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index c67b7be03874..0eccee5d2fa0 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -205,6 +205,7 @@ PATCHES=( "${FILESDIR}"/${PN}-2.5.0-cflags.patch "${FILESDIR}"/${PN}-2.5.0-sysmacros.patch "${FILESDIR}"/${PN}-2.11.1-capstone_include_path.patch + "${FILESDIR}"/${PN}-4.0.0-mkdir_systemtap.patch #684902 ) QA_PREBUILT=" |