summaryrefslogtreecommitdiff
path: root/repo/core/kbd.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-12 23:04:23 +0000
committerdavidovski <david@davidovski.xyz>2022-01-12 23:04:23 +0000
commit1f9fb2e790e9b0aee98fda60c9ca9ab87f61cce0 (patch)
tree2c850782b81eef5238416557438836c342da9165 /repo/core/kbd.xibuild
parent7df0ff4b9974d394786ceee9bd5e3df6616b846b (diff)
updated all build files based on lfs
Diffstat (limited to 'repo/core/kbd.xibuild')
-rw-r--r--repo/core/kbd.xibuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/repo/core/kbd.xibuild b/repo/core/kbd.xibuild
index 3b18f26..8612f4a 100644
--- a/repo/core/kbd.xibuild
+++ b/repo/core/kbd.xibuild
@@ -6,6 +6,11 @@ SOURCE=https://mirrors.edge.kernel.org/pub/linux/utils/kbd/kbd-2.4.0.tar.xz
DESC="Keytable files and keyboard utilities"
build () {
+
+ # remove redundant resizecons program
+ sed -i '/RESIZECONS_PROGS=/s/yes/no/' configure
+ sed -i 's/resizecons.8 //' docs/man/man8/Makefile.in
+
./configure --prefix=/usr --disable-vlock
make
make DESTDIR=$PKG_DEST install