commit:     08f68a5a0ed2cf509d6783f1e739ecfa345e6a37
Author:     Manuel Mommertz <2kmm <AT> gmx <DOT> de>
AuthorDate: Thu Oct 25 10:45:17 2018 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Oct 25 10:46:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f68a5a

sci-libs/linux-gpib: Fix installation of firmware files, bug 669556

Closes: https://bugs.gentoo.org/669556
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 sci-libs/linux-gpib/linux-gpib-4.2.0_rc1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
index 5bb251f0648..daf645239b6 100644
--- a/sci-libs/linux-gpib/linux-gpib-4.2.0_rc1.ebuild
+++ b/sci-libs/linux-gpib/linux-gpib-4.2.0_rc1.ebuild
@@ -70,7 +70,7 @@ src_compile() {
                INSTALL_MOD_PATH="${D}" \
                HOTPLUG_USB_CONF_DIR=/etc/hotplug/usb \
                UDEV_RULES_DIR="$(get_udevdir)"/rules.d \
-               USB_FIRMWARE_DIR="${D}"${FIRM_DIR} \
+               USB_FIRMWARE_DIR=${FIRM_DIR} \
                docdir=/usr/share/doc/${PF}/html
 }
 
@@ -81,7 +81,7 @@ src_install() {
                INSTALL_MOD_PATH="${D}" \
                HOTPLUG_USB_CONF_DIR=/etc/hotplug/usb \
                UDEV_RULES_DIR="$(get_udevdir)"/rules.d \
-               USB_FIRMWARE_DIR="${D}"${FIRM_DIR} \
+               USB_FIRMWARE_DIR=${FIRM_DIR} \
                docdir=/usr/share/doc/${PF}/html install
 
        if use perl; then

Reply via email to