From f0da8f441cebb22016cd385d9a8e19346d4fdfb7 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 12 Apr 2021 03:17:05 +0100 Subject: net-misc/ndisc6: drop superfluous die Signed-off-by: Sam James --- net-misc/ndisc6/ndisc6-1.0.3.ebuild | 5 +++-- 1 file 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 } -- cgit v1.2.3-65-gdbad