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 B281F138334 for ; Tue, 27 Nov 2018 21:17:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F2C1E0A10; Tue, 27 Nov 2018 21:17:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 69ADCE0A10 for ; Tue, 27 Nov 2018 21:17:50 +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 A390B335C58 for ; Tue, 27 Nov 2018 21:17:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 063243CF for ; Tue, 27 Nov 2018 21:17:46 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1543353437.e7091bf7dfc6971b0cc502d41022a750cb895d57.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/linux-misc-apps/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/linux-misc-apps/linux-misc-apps-4.19.ebuild X-VCS-Directories: sys-apps/linux-misc-apps/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: e7091bf7dfc6971b0cc502d41022a750cb895d57 X-VCS-Branch: master Date: Tue, 27 Nov 2018 21:17:46 +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: aa77c646-1c0e-41fc-8a38-cdf5dd99523b X-Archives-Hash: c6d8ec0b7365ebf8e1f56b5e98fea623 commit: e7091bf7dfc6971b0cc502d41022a750cb895d57 Author: Conrad Kostecki kostecki com> AuthorDate: Fri Nov 16 20:52:26 2018 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Nov 27 21:17:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7091bf7 sys-apps/linux-misc-apps: fix install path usbip_protocol.txt The installation fails, as the path for usbip_protocol.txt is wrong. Closes: https://bugs.gentoo.org/670342 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Conrad Kostecki kostecki.com> (cherry picked from commit b0da5dfbe83895e8bd584bcad15f9314120bb64f) Signed-off-by: Robin H. Johnson gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/10433 sys-apps/linux-misc-apps/linux-misc-apps-4.19.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/linux-misc-apps/linux-misc-apps-4.19.ebuild b/sys-apps/linux-misc-apps/linux-misc-apps-4.19.ebuild index cd2873bba20..a7034c19d61 100644 --- a/sys-apps/linux-misc-apps/linux-misc-apps-4.19.ebuild +++ b/sys-apps/linux-misc-apps/linux-misc-apps-4.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -191,7 +191,7 @@ src_install() { newdoc README README.usbip newdoc AUTHORS AUTHORS.usbip popd >/dev/null - dodoc drivers/usb/usbip/usbip_protocol.txt + dodoc Documentation/usb/usbip_protocol.txt fi mv -f "${D}"/usr/sbin/{,iio_}generic_buffer