commit: 8c30a0f821910f6a7c373ac7aef78135dd1eb2dc
Author: Yuta Satoh <nigoro.dev <AT> gmail <DOT> com>
AuthorDate: Tue Apr 5 12:33:11 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Apr 5 12:33:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c30a0f8
sys-freebsd/boot0: drop die from newins and doenvd.
sys-freebsd/boot0/boot0-10.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-freebsd/boot0/boot0-10.3.ebuild
b/sys-freebsd/boot0/boot0-10.3.ebuild
index a6361bf..49521d0 100644
--- a/sys-freebsd/boot0/boot0-10.3.ebuild
+++ b/sys-freebsd/boot0/boot0-10.3.ebuild
@@ -76,8 +76,8 @@ src_install() {
cd "${WORKDIR}/sys/$(tc-arch-kernel)/conf" || die
insinto /boot
- newins GENERIC.hints device.hints || die
+ newins GENERIC.hints device.hints
echo 'CONFIG_PROTECT="/boot/device.hints"' > "${T}"/50boot0
- doenvd "${T}"/50boot0 || die
+ doenvd "${T}"/50boot0
}