diff options
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index dd3487355..790f3973a 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -46,8 +46,8 @@ <para>Though not mandatory in this chapter, if you plan on running the test suite, you should apply the following patches:</para> -<screen><userinput remap="pre">patch -Np1 -i &glibc-iconv-test-fixes-patch; -patch -Np1 -i &glibc-ildoubl-test-fix-patch;</userinput></screen> +<screen><userinput remap="pre">patch -Np1 -i ../&glibc-iconv-test-fixes-patch; +patch -Np1 -i ../&glibc-ildoubl-test-fix-patch;</userinput></screen> <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |