mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Andreas K. Huettel
parent
fad1ac4bf2
commit
08f68a5a0e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user