commit: 9c837117aa9c7b9d5da1ade0777621c214f3df12
parent 66ff9c14a42fcfbfe99d242e85aff1ffc91c55b0
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 2 May 2024 14:20:23 +0200
init.sh: Use install for bmake
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/init.sh b/init.sh
@@ -41,7 +41,7 @@ build_bmake() {
--with-mksrc=/mk \
--with-default-sys-path=/usr/share/mk/bmake || die
sh ./make-bootstrap.sh || die
- link bmake /bin/bmake
+ install -c bmake /bin/bmake
FORCE_BSD_MK=1 SYS_MK_DIR=. \
sh ../mk/install-mk -v -m 644 "${ED}"/usr/share/mk/bmake \
|| die "failed to install mk files"