commit: e7091bf7dfc6971b0cc502d41022a750cb895d57 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com> AuthorDate: Fri Nov 16 20:52:26 2018 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> 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 <conrad <AT> kostecki.com> (cherry picked from commit b0da5dfbe83895e8bd584bcad15f9314120bb64f) Signed-off-by: Robin H. Johnson <robbat2 <AT> 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
