diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-04-05 04:15:08 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-04-05 04:15:08 +0000 |
commit | b12948d0460a07bbfc8bf5a0ccba5785f97856be (patch) | |
tree | 7815ab3c1055356675abed463a9eca1fa38afdb8 /chapter06 | |
parent | 3710570619cf6575e1ee119408e0bec3553864fe (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.xml | 2 |
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 |