summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/ndisc6/ndisc6-1.0.3.ebuild')
-rw-r--r--net-misc/ndisc6/ndisc6-1.0.3.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/ndisc6/ndisc6-1.0.3.ebuild b/net-misc/ndisc6/ndisc6-1.0.3.ebuild
index c75e79254c84..3f791dee1f65 100644
--- a/net-misc/ndisc6/ndisc6-1.0.3.ebuild
+++ b/net-misc/ndisc6/ndisc6-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -24,7 +24,8 @@ src_install() {
emake DESTDIR="${D}" install
newinitd "${FILESDIR}"/rdnssd.rc-1 rdnssd
newconfd "${FILESDIR}"/rdnssd.conf rdnssd
+
exeinto /etc/rdnssd
- newexe "${FILESDIR}"/resolvconf-1 resolvconf || die
+ newexe "${FILESDIR}"/resolvconf-1 resolvconf
dodoc AUTHORS ChangeLog NEWS README
}