From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA662138334 for ; Mon, 20 May 2019 16:27:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1C13E086A; Mon, 20 May 2019 16:27:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D62EBE086A for ; Mon, 20 May 2019 16:27:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBD70344C20 for ; Mon, 20 May 2019 16:27:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EC945D7 for ; Mon, 20 May 2019 16:27:38 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1558369648.cbedf5e1f9b2591cdd337a5fa915d76210e96cdf.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/qemu/files/qemu-4.0.0-mkdir_systemtap.patch X-VCS-Directories: app-emulation/qemu/files/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: cbedf5e1f9b2591cdd337a5fa915d76210e96cdf X-VCS-Branch: master Date: Mon, 20 May 2019 16:27:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f1d41ddb-88ff-4816-95d1-4ebf6a6ad295 X-Archives-Hash: c8aba216ff86b2c8ec948fe2543d49c2 commit: cbedf5e1f9b2591cdd337a5fa915d76210e96cdf Author: Matthias Maier gentoo org> AuthorDate: Mon May 20 16:27:04 2019 +0000 Commit: Matthias Maier gentoo 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 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 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),)