From 8901fc3628cfe8758bc1f806cae0c7bed265bdd5 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 24 Jul 2021 01:31:41 +0300 Subject: bmake: use clsed --- extra/bmake/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extra/bmake') diff --git a/extra/bmake/build b/extra/bmake/build index fc09b148..01e6b58a 100755 --- a/extra/bmake/build +++ b/extra/bmake/build @@ -2,8 +2,8 @@ export LDFLAGS="$LDFLAGS -static" -sed -i '1s,:,#!/bin/sh,' install-sh -sed -i 's/op_test() {/& return 0;/' boot-strap +clsed '1s,:,#!/bin/sh,' install-sh +clsed 's/op_test() {/& return 0;/' boot-strap ./boot-strap --prefix=/usr op=build ./boot-strap --prefix=/usr --install-destdir="$1" op=install -- cgit v1.2.3