diff options
Diffstat (limited to 'chapter06/gcc.xml')
-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 |