diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gettext.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index e4dd351c6..b690debfe 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -43,9 +43,9 @@ <sect2 role="installation"> <title>Installation of Gettext</title> - <para>Apply a patch that fixes file permissions and ownership and an internal bug:</para> + <para>Apply a patch that skips a test that otherwise fails due to the absence of an XML parsing library:</para> -<screen><userinput remap="pre">patch -Np1 -i ../&gettext-upstream_fixes-patch;</userinput></screen> +<screen><userinput remap="pre">patch -Np1 -i ../&gettext-skip_test-patch;</userinput></screen> <para>Prepare Gettext for compilation:</para> |