From e7091bf7dfc6971b0cc502d41022a750cb895d57 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Fri, 16 Nov 2018 21:52:26 +0100 Subject: 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 (cherry picked from commit b0da5dfbe83895e8bd584bcad15f9314120bb64f) Signed-off-by: Robin H. Johnson 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(-) (limited to 'sys-apps/linux-misc-apps') 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 cd2873bba20d..a7034c19d61c 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 -- cgit v1.2.3-65-gdbad