diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2018-11-16 21:52:26 +0100 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2018-11-27 13:17:17 -0800 |
commit | e7091bf7dfc6971b0cc502d41022a750cb895d57 (patch) | |
tree | dcf361a0178f4f4887cac1bf65ad2b7b7db81f49 /sys-apps/linux-misc-apps | |
parent | sys-kernel/gentoo-sources: Linux patch 4.9.141 (diff) | |
download | gentoo-e7091bf7dfc6971b0cc502d41022a750cb895d57.tar.gz gentoo-e7091bf7dfc6971b0cc502d41022a750cb895d57.tar.bz2 gentoo-e7091bf7dfc6971b0cc502d41022a750cb895d57.zip |
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@kostecki.com>
(cherry picked from commit b0da5dfbe83895e8bd584bcad15f9314120bb64f)
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/10433
Diffstat (limited to 'sys-apps/linux-misc-apps')
-rw-r--r-- | sys-apps/linux-misc-apps/linux-misc-apps-4.19.ebuild | 4 |
1 files 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 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 |