diff options
author | Cem Keylan <cem@ckyln.com> | 2020-07-11 23:23:04 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-07-11 23:23:04 +0300 |
commit | 94a111030f9bf1dd74f1064aa9c34dcf9bf83fbe (patch) | |
tree | 3926c336f524e2acb8b4991f84254f3c974d18b0 /extra/kbd/build | |
parent | ff1a85b0b4e7f3b2d2635051122931603deaa766 (diff) | |
download | repository-94a111030f9bf1dd74f1064aa9c34dcf9bf83fbe.tar.gz |
kbd: bump to 2.3.0
Diffstat (limited to 'extra/kbd/build')
-rwxr-xr-x | extra/kbd/build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/kbd/build b/extra/kbd/build index bb2aa1e2..85e4c946 100755 --- a/extra/kbd/build +++ b/extra/kbd/build @@ -9,5 +9,7 @@ export CC="${CC:-cc} --static" --enable-shared=no \ --disable-tests +find . -name Makefile -exec sed -i 's/gunzip/gzip -d/' {} \; + make make DESTDIR="$1" install |