aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-24 01:32:49 +0300
committerCem Keylan <cem@ckyln.com>2021-07-24 01:32:49 +0300
commit511c05c648c1701ad4787efcf865849255c447b6 (patch)
treecd0805162dcf9cfadfb3948a7199bf52894def43
parent0308e6d381ba5058e3e025b90d497de152beb9cf (diff)
downloadrepository-511c05c648c1701ad4787efcf865849255c447b6.tar.gz
kbd: use clsed
-rwxr-xr-xextra/kbd/build2
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