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@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
This commit is contained in:
Manuel Mommertz
2018-10-25 12:45:17 +02:00
committed by Andreas K. Huettel
parent fad1ac4bf2
commit 08f68a5a0e

View File

@@ -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