From: Yuta Satoh Date: Tue, 5 Apr 2016 12:33:11 +0000 (+0900) Subject: sys-freebsd/boot0: drop die from newins and doenvd. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8c30a0f821910f6a7c373ac7aef78135dd1eb2dc;p=gentoo.git sys-freebsd/boot0: drop die from newins and doenvd. --- diff --git a/sys-freebsd/boot0/boot0-10.3.ebuild b/sys-freebsd/boot0/boot0-10.3.ebuild index a6361bf0417a..49521d01ab07 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 }