diff options
Diffstat (limited to 'net-dns/getdns/getdns-1.7.0-r1.ebuild')
-rw-r--r-- | net-dns/getdns/getdns-1.7.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |