aboutsummaryrefslogtreecommitdiff
path: root/extra/bmake
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-24 01:31:41 +0300
committerCem Keylan <cem@ckyln.com>2021-07-24 01:31:41 +0300
commit8901fc3628cfe8758bc1f806cae0c7bed265bdd5 (patch)
tree7411d5425aa43ebe408537d2854c4edaae1fe921 /extra/bmake
parent381651a1257cfcbadf988a46465645606ac09172 (diff)
downloadrepository-8901fc3628cfe8758bc1f806cae0c7bed265bdd5.tar.gz
bmake: use clsed
Diffstat (limited to 'extra/bmake')
-rwxr-xr-xextra/bmake/build4
1 files changed, 2 insertions, 2 deletions
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