diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:32:49 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:32:49 +0300 |
commit | 511c05c648c1701ad4787efcf865849255c447b6 (patch) | |
tree | cd0805162dcf9cfadfb3948a7199bf52894def43 | |
parent | 0308e6d381ba5058e3e025b90d497de152beb9cf (diff) | |
download | repository-511c05c648c1701ad4787efcf865849255c447b6.tar.gz |
kbd: use clsed
-rwxr-xr-x | extra/kbd/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/kbd/build b/extra/kbd/build index 85e4c946..f885bc99 100755 --- a/extra/kbd/build +++ b/extra/kbd/build @@ -9,7 +9,7 @@ export CC="${CC:-cc} --static" --enable-shared=no \ --disable-tests -find . -name Makefile -exec sed -i 's/gunzip/gzip -d/' {} \; +find . -name Makefile -exec clsed 's/gunzip/gzip -d/' {} \; make make DESTDIR="$1" install |