projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2d22f9
)
sys-freebsd/boot0: drop die from newins and doenvd.
author
Yuta Satoh
<nigoro.dev@gmail.com>
Tue, 5 Apr 2016 12:33:11 +0000
(21:33 +0900)
committer
Yuta Satoh
<nigoro.dev@gmail.com>
Tue, 5 Apr 2016 12:33:11 +0000
(21:33 +0900)
sys-freebsd/boot0/boot0-10.3.ebuild
patch
|
blob
|
history
diff --git
a/sys-freebsd/boot0/boot0-10.3.ebuild
b/sys-freebsd/boot0/boot0-10.3.ebuild
index a6361bf0417ae22777a06ec45908948c2f5812ad..49521d01ab0793a9372adf8cc2dc947ade491a73 100644
(file)
--- 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
}