summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Smith <matthew@gentoo.org>2022-10-19 15:52:54 +0100
committerMatthew Smith <matthew@gentoo.org>2022-10-19 15:52:54 +0100
commit3fcaad40bde3a06a1fa625d5d3aa436dc01825fd (patch)
tree98168dbd72b2a55864b40a136ce408c2d801b401 /net-dns
parentwww-servers/nginx: add 1.23.2 (diff)
downloadgentoo-3fcaad40bde3a06a1fa625d5d3aa436dc01825fd.tar.gz
gentoo-3fcaad40bde3a06a1fa625d5d3aa436dc01825fd.tar.bz2
gentoo-3fcaad40bde3a06a1fa625d5d3aa436dc01825fd.zip
net-dns/knot-resolver: only call tmpfiles_process if USE=systemd
Closes: https://bugs.gentoo.org/877337 Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/knot-resolver/knot-resolver-5.5.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/knot-resolver/knot-resolver-5.5.3.ebuild b/net-dns/knot-resolver/knot-resolver-5.5.3.ebuild
index 58013de8e63e..608408bc9bf9 100644
--- a/net-dns/knot-resolver/knot-resolver-5.5.3.ebuild
+++ b/net-dns/knot-resolver/knot-resolver-5.5.3.ebuild
@@ -86,5 +86,5 @@ src_install() {
}
pkg_postinst() {
- tmpfiles_process knot-resolver.conf
+ use systemd && tmpfiles_process knot-resolver.conf
}