net-dns/dnssec-validator: fix UnnecessarySlashStrip CI issue
authorJoonas Niilola <juippis@gentoo.org>
Tue, 28 Jan 2020 12:30:36 +0000 (14:30 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Tue, 28 Jan 2020 12:33:55 +0000 (14:33 +0200)
- non-maintainer commit, Conrad is on devaway.

Signed-off-by: Joonas Niilola <juippis@gentoo.org>
net-dns/dnssec-validator/dnssec-validator-2.2.3.ebuild

index dd51bea55f68f9dd76331a988e8408801cf2a5c3..aa9cff550d40d83094ba5b9fc361cc27612deab3 100644 (file)
@@ -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[@]}"