aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-04-05 04:15:08 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-04-05 04:15:08 +0000
commitb12948d0460a07bbfc8bf5a0ccba5785f97856be (patch)
tree7815ab3c1055356675abed463a9eca1fa38afdb8 /chapter06
parent3710570619cf6575e1ee119408e0bec3553864fe (diff)
Spacing
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9806 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/gcc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 9d9fac292..5f8c2e16b 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -292,7 +292,7 @@ SEARCH_DIR("/usr/lib");</computeroutput></screen>
<para>Finally, move a misplced file:</para>
<screen><userinput remap="install">case `uname -m` in
- i?86) GDBDIR=/usr/share/gdb/auto-load/usr/lib/ ;;
+ i?86) GDBDIR=/usr/share/gdb/auto-load/usr/lib/ ;;
*) GDBDIR=/usr/share/gdb/auto-load/usr/lib64/ ;;
esac