From 68f174bd7ee10b82fa51d48d0410aa59e4d5aa20 Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Tue, 26 Feb 2013 02:10:58 +0000 Subject: Die, resizecons, die! git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10169 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/kbd.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'chapter06') diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index 97adb6899..b184f65a9 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -54,6 +54,14 @@ sed -i -e '326 s/if/while/' src/loadkeys.analyze.l + Remove the redundant resizecons program (it requires + the defunct svgalib to provide the video mode files - for normal use + setfont sizes the console appropriately) together with its + manpage. + +sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g' configure && +sed -i 's/resizecons.8 //' man/man8/Makefile.in && + Prepare Kbd for compilation: ./configure --prefix=/usr --datadir=/lib/kbd \ -- cgit v1.2.3-54-g00ecf