diff options
Diffstat (limited to 'sys-freebsd/boot0/boot0-11.0.ebuild')
-rw-r--r-- | sys-freebsd/boot0/boot0-11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-freebsd/boot0/boot0-11.0.ebuild b/sys-freebsd/boot0/boot0-11.0.ebuild index 71b9564..d108508 100644 --- a/sys-freebsd/boot0/boot0-11.0.ebuild +++ b/sys-freebsd/boot0/boot0-11.0.ebuild @@ -71,7 +71,7 @@ src_compile() { src_install() { dodir /boot/defaults - mkinstall FILESDIR=/boot || die "mkinstall failed" + freebsd_src_install FILESDIR=/boot cd "${WORKDIR}/sys/$(tc-arch-kernel)/conf" || die insinto /boot |