diff options
Diffstat (limited to 'extra/kbd/build')
-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 |