diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-03-03 17:59:14 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-03-03 17:59:14 +0000 |
commit | c528e3a4d3b36e31f09017a03b08be446bba95a8 (patch) | |
tree | 00580173d04ab8b567fc50b3b9e98166ee2a8e9f /chapter06/kbd.xml | |
parent | 0233560f7603a0fcff2cd8442ad474b9306bc320 (diff) |
Minor touchups
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10186 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kbd.xml')
-rw-r--r-- | chapter06/kbd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <command>setfont</command> sizes the console appropriately) together with its manpage.</para> -<screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g' configure && +<screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g' configure sed -i 's/resizecons.8 //' man/man8/Makefile.in</userinput></screen> <para>Prepare Kbd for compilation:</para> |