net-proxy/dnss: Fixed systemd path

Signed-off-by: Theron York <theron.york@cloudnuke.org>
This commit is contained in:
Theron York
2026-05-11 21:18:21 -05:00
parent d7ed99a474
commit 6283ae3485
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ src_install() {
# Install example config (dnss.conf is in the root of S)
if [[ -f "${S}/dnss.conf" ]]; then
insinto /etc
newins "${S}/dnss.conf" dnss.conf.example
newins "${S}/pkg/aur/systemd/dnss.conf" dnss.conf.example
elog "Installed example config as /etc/dnss.conf.example"
else
ewarn "dnss.conf not found in ${S}"

View File

@@ -35,7 +35,7 @@ src_install() {
newins dnss.conf dnss.conf.example
fi
if use systemd && [[ -f dnss.service ]]; then
if use systemd && [[ -f pkg/aur/systemd/dnss.service ]]; then
systemd_dounit dnss.service
fi