diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:31:41 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:31:41 +0300 |
commit | 8901fc3628cfe8758bc1f806cae0c7bed265bdd5 (patch) | |
tree | 7411d5425aa43ebe408537d2854c4edaae1fe921 /extra/bmake | |
parent | 381651a1257cfcbadf988a46465645606ac09172 (diff) | |
download | repository-8901fc3628cfe8758bc1f806cae0c7bed265bdd5.tar.gz |
bmake: use clsed
Diffstat (limited to 'extra/bmake')
-rwxr-xr-x | extra/bmake/build | 4 |
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 |