aboutsummaryrefslogtreecommitdiff
path: root/extra/kbd/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-07-11 23:23:04 +0300
committerCem Keylan <cem@ckyln.com>2020-07-11 23:23:04 +0300
commit94a111030f9bf1dd74f1064aa9c34dcf9bf83fbe (patch)
tree3926c336f524e2acb8b4991f84254f3c974d18b0 /extra/kbd/build
parentff1a85b0b4e7f3b2d2635051122931603deaa766 (diff)
downloadrepository-94a111030f9bf1dd74f1064aa9c34dcf9bf83fbe.tar.gz
kbd: bump to 2.3.0
Diffstat (limited to 'extra/kbd/build')
-rwxr-xr-xextra/kbd/build2
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