diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-01-28 14:30:36 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-01-28 14:33:55 +0200 |
commit | 129b00017819015cb54420d664659498d950a6c2 (patch) | |
tree | a4327517875a953d6745bc58c72bfbfa5b84f22a /net-dns/dnssec-validator | |
parent | net-analyzer/pmacct: Drop MYSQL_SERVER_VERSION hack (diff) | |
download | gentoo-129b00017819015cb54420d664659498d950a6c2.tar.gz gentoo-129b00017819015cb54420d664659498d950a6c2.tar.bz2 gentoo-129b00017819015cb54420d664659498d950a6c2.zip |
net-dns/dnssec-validator: fix UnnecessarySlashStrip CI issue
- non-maintainer commit, Conrad is on devaway.
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-dns/dnssec-validator')
-rw-r--r-- | net-dns/dnssec-validator/dnssec-validator-2.2.3.ebuild | 8 |
1 files 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 dd51bea55f68..aa9cff550d40 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[@]}" |