Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/linux-misc-apps/
Date: Tue, 27 Nov 2018 21:17:54
Message-Id: 1543353437.e7091bf7dfc6971b0cc502d41022a750cb895d57.robbat2@gentoo
1 commit: e7091bf7dfc6971b0cc502d41022a750cb895d57
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Fri Nov 16 20:52:26 2018 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 27 21:17:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7091bf7
7
8 sys-apps/linux-misc-apps: fix install path usbip_protocol.txt
9
10 The installation fails, as the path for usbip_protocol.txt is wrong.
11
12 Closes: https://bugs.gentoo.org/670342
13 Package-Manager: Portage-2.3.51, Repoman-2.3.12
14 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
15 (cherry picked from commit b0da5dfbe83895e8bd584bcad15f9314120bb64f)
16 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
17 Closes: https://github.com/gentoo/gentoo/pull/10433
18
19 sys-apps/linux-misc-apps/linux-misc-apps-4.19.ebuild | 4 ++--
20 1 file changed, 2 insertions(+), 2 deletions(-)
21
22 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
23 index cd2873bba20..a7034c19d61 100644
24 --- a/sys-apps/linux-misc-apps/linux-misc-apps-4.19.ebuild
25 +++ b/sys-apps/linux-misc-apps/linux-misc-apps-4.19.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2018 Gentoo Foundation
28 +# Copyright 1999-2018 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=5
32 @@ -191,7 +191,7 @@ src_install() {
33 newdoc README README.usbip
34 newdoc AUTHORS AUTHORS.usbip
35 popd >/dev/null
36 - dodoc drivers/usb/usbip/usbip_protocol.txt
37 + dodoc Documentation/usb/usbip_protocol.txt
38 fi
39
40 mv -f "${D}"/usr/sbin/{,iio_}generic_buffer