From c528e3a4d3b36e31f09017a03b08be446bba95a8 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 3 Mar 2013 17:59:14 +0000 Subject: [PATCH] Minor touchups git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10186 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 2 +- chapter06/kbd.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 1ecbf524c..2489c111a 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -216,8 +216,8 @@ cd ../gcc-build xpointer="xpointer(//*[@os='h'])"/> #include <...> search starts here: - /usr/local/include /usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include + /usr/local/include /usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include-fixed /usr/include diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index 39c18b1cd..537b7c751 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -59,7 +59,7 @@ setfont sizes the console appropriately) together with its manpage. -sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g' configure && +sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g' configure sed -i 's/resizecons.8 //' man/man8/Makefile.in Prepare Kbd for compilation: