diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-05-27 05:44:37 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-05-27 05:44:37 +0000 |
commit | 13fe71ee07b5ceaeac6fdda817024d67c3c783fa (patch) | |
tree | 2c817976dc27c060cc940719fabd4d51f914eb8b /chapter06/gettext.xml | |
parent | 7ec7f68894d1951b8f06c0b0d6cb00895833a0a3 (diff) |
Update gettext patch to -2 for an additional bug fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8931 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gettext.xml')
-rw-r--r-- | chapter06/gettext.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index 5b2689f3a..d95dfa90c 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -43,7 +43,7 @@ <sect2 role="installation"> <title>Installation of Gettext</title> - <para>Apply a patch that fixes file permissions and ownership:</para> + <para>Apply a patch that fixes file permissions and ownership and an internal bug:</para> <screen><userinput remap="pre">patch -Np1 -i ../&gettext-upstream_fixes-patch;</userinput></screen> |