commit:     129b00017819015cb54420d664659498d950a6c2
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 12:30:36 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 12:33:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=129b0001

net-dns/dnssec-validator: fix UnnecessarySlashStrip CI issue

- non-maintainer commit, Conrad is on devaway.

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-dns/dnssec-validator/dnssec-validator-2.2.3.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-dns/dnssec-validator/dnssec-validator-2.2.3.ebuild 
b/net-dns/dnssec-validator/dnssec-validator-2.2.3.ebuild
index dd51bea55f6..aa9cff550d4 100644
--- a/net-dns/dnssec-validator/dnssec-validator-2.2.3.ebuild
+++ b/net-dns/dnssec-validator/dnssec-validator-2.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -42,9 +42,9 @@ src_configure() {
                $(use_with nsec3)
                $(use_enable static-libs static)
                $(use_with threads)
-               --with-dnsval-conf="${EPREFIX%/}/etc/dnssec-tools/dnsval.conf"
-               --with-resolv-conf="${EPREFIX%/}/etc/dnssec-tools/resolv.conf"
-               --with-root-hints="${EPREFIX%/}/etc/dnssec-tools/root.hints"
+               --with-dnsval-conf="${EPREFIX}/etc/dnssec-tools/dnsval.conf"
+               --with-resolv-conf="${EPREFIX}/etc/dnssec-tools/resolv.conf"
+               --with-root-hints="${EPREFIX}/etc/dnssec-tools/root.hints"
        )
 
        econf "${myeconfargs[@]}"

Reply via email to