sys-freebsd/boot0: drop die from newins and doenvd.
authorYuta Satoh <nigoro.dev@gmail.com>
Tue, 5 Apr 2016 12:33:11 +0000 (21:33 +0900)
committerYuta Satoh <nigoro.dev@gmail.com>
Tue, 5 Apr 2016 12:33:11 +0000 (21:33 +0900)
sys-freebsd/boot0/boot0-10.3.ebuild

index a6361bf0417ae22777a06ec45908948c2f5812ad..49521d01ab0793a9372adf8cc2dc947ade491a73 100644 (file)
@@ -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
 }