diff options
author | 2018-10-25 12:45:17 +0200 | |
---|---|---|
committer | 2018-10-25 12:46:58 +0200 | |
commit | 08f68a5a0ed2cf509d6783f1e739ecfa345e6a37 (patch) | |
tree | 95e892c8bf3c651a6fad2ac212019a9c1001bab0 | |
parent | dev-python/flake8: 3.6.0 (diff) | |
download | gentoo-08f68a5a0ed2cf509d6783f1e739ecfa345e6a37.tar.gz gentoo-08f68a5a0ed2cf509d6783f1e739ecfa345e6a37.tar.bz2 gentoo-08f68a5a0ed2cf509d6783f1e739ecfa345e6a37.zip |
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
-rw-r--r-- | sci-libs/linux-gpib/linux-gpib-4.2.0_rc1.ebuild | 4 |
1 files 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 5bb251f06487..daf645239b60 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 |