From 08f68a5a0ed2cf509d6783f1e739ecfa345e6a37 Mon Sep 17 00:00:00 2001 From: Manuel Mommertz <2kmm@gmx.de> Date: Thu, 25 Oct 2018 12:45:17 +0200 Subject: [PATCH] sci-libs/linux-gpib: Fix installation of firmware files, bug 669556 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/669556 Signed-off-by: Andreas K. Hüttel 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 5bb251f06487b..daf645239b601 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