From 1a6cf77168bb06b19f761057e08e8c86c92ed6f6 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 17 May 2022 17:01:47 -0400 Subject: net-dns/getdns: pass relative path to fcaps Closes: https://bugs.gentoo.org/845189 Signed-off-by: Mike Gilbert --- net-dns/getdns/getdns-1.7.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-dns') diff --git a/net-dns/getdns/getdns-1.7.0-r1.ebuild b/net-dns/getdns/getdns-1.7.0-r1.ebuild index 98248f10308a..85df2006a4a2 100644 --- a/net-dns/getdns/getdns-1.7.0-r1.ebuild +++ b/net-dns/getdns/getdns-1.7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -89,7 +89,7 @@ src_install() { pkg_postinst() { if use stubby; then - fcaps cap_net_bind_service=ei /usr/bin/stubby + fcaps cap_net_bind_service=ei usr/bin/stubby tmpfiles_process stubby.conf fi } -- cgit v1.2.3-65-gdbad