Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/linux-gpib/
Date: Thu, 25 Oct 2018 10:47:40
Message-Id: 1540464418.08f68a5a0ed2cf509d6783f1e739ecfa345e6a37.dilfridge@gentoo
1 commit: 08f68a5a0ed2cf509d6783f1e739ecfa345e6a37
2 Author: Manuel Mommertz <2kmm <AT> gmx <DOT> de>
3 AuthorDate: Thu Oct 25 10:45:17 2018 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 25 10:46:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f68a5a
7
8 sci-libs/linux-gpib: Fix installation of firmware files, bug 669556
9
10 Closes: https://bugs.gentoo.org/669556
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12 Package-Manager: Portage-2.3.49, Repoman-2.3.11
13
14 sci-libs/linux-gpib/linux-gpib-4.2.0_rc1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-libs/linux-gpib/linux-gpib-4.2.0_rc1.ebuild b/sci-libs/linux-gpib/linux-gpib-4.2.0_rc1.ebuild
18 index 5bb251f0648..daf645239b6 100644
19 --- a/sci-libs/linux-gpib/linux-gpib-4.2.0_rc1.ebuild
20 +++ b/sci-libs/linux-gpib/linux-gpib-4.2.0_rc1.ebuild
21 @@ -70,7 +70,7 @@ src_compile() {
22 INSTALL_MOD_PATH="${D}" \
23 HOTPLUG_USB_CONF_DIR=/etc/hotplug/usb \
24 UDEV_RULES_DIR="$(get_udevdir)"/rules.d \
25 - USB_FIRMWARE_DIR="${D}"${FIRM_DIR} \
26 + USB_FIRMWARE_DIR=${FIRM_DIR} \
27 docdir=/usr/share/doc/${PF}/html
28 }
29
30 @@ -81,7 +81,7 @@ src_install() {
31 INSTALL_MOD_PATH="${D}" \
32 HOTPLUG_USB_CONF_DIR=/etc/hotplug/usb \
33 UDEV_RULES_DIR="$(get_udevdir)"/rules.d \
34 - USB_FIRMWARE_DIR="${D}"${FIRM_DIR} \
35 + USB_FIRMWARE_DIR=${FIRM_DIR} \
36 docdir=/usr/share/doc/${PF}/html install
37
38 if use perl; then