diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 03:17:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:20:05 +0100 |
commit | f0da8f441cebb22016cd385d9a8e19346d4fdfb7 (patch) | |
tree | 6cd6840805bc3334582bdcd39aa2689d1aa7ba52 /net-misc/ndisc6/ndisc6-1.0.3.ebuild | |
parent | net-misc/mosh: eutils-- (diff) | |
download | gentoo-f0da8f441cebb22016cd385d9a8e19346d4fdfb7.tar.gz gentoo-f0da8f441cebb22016cd385d9a8e19346d4fdfb7.tar.bz2 gentoo-f0da8f441cebb22016cd385d9a8e19346d4fdfb7.zip |
net-misc/ndisc6: drop superfluous die
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/ndisc6/ndisc6-1.0.3.ebuild')
-rw-r--r-- | net-misc/ndisc6/ndisc6-1.0.3.ebuild | 5 |
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 } |