net-libs/gnutls: / after EPREFIX
authorAlon Bar-Lev <alonbl@gentoo.org>
Fri, 24 Feb 2017 06:40:29 +0000 (08:40 +0200)
committerAlon Bar-Lev <alonbl@gentoo.org>
Fri, 24 Feb 2017 06:40:42 +0000 (08:40 +0200)
Bug: 610742

Package-Manager: portage-2.3.3

net-libs/gnutls/gnutls-3.5.9-r2.ebuild

index 4fa642edb2380b43bb8b4c2c891cc67e18dfd431..05aeb82f2da74c0f76d67c8fc8e4de721bc7fd69 100644 (file)
@@ -119,7 +119,7 @@ multilib_src_configure() {
                $(use_with idn) \
                $(use_with idn libidn2) \
                --without-tpm \
-               --with-unbound-root-key-file="${EPREFIX}etc/dnssec/root-anchors.txt" \
+               --with-unbound-root-key-file="${EPREFIX}/etc/dnssec/root-anchors.txt" \
                "${libconf[@]}" \
                $([[ ${CHOST} == *-darwin* ]] && echo --disable-hardware-acceleration)
 }