diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-05-17 18:52:35 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-05-17 18:52:35 +0000 |
commit | 0b258b4ae8bbd1dce53fb598ae8b2ce5a421d598 (patch) | |
tree | 2df9ac3f3c86a30ee0ae45881b8f0e70e6b64425 /chapter06/gettext.xml | |
parent | 7a281849778fe8596dce1dbdc4d035d5faf118f3 (diff) |
Add gettext upstream patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8886 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gettext.xml')
-rw-r--r-- | chapter06/gettext.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index f56f97861..5b2689f3a 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -43,6 +43,10 @@ <sect2 role="installation"> <title>Installation of Gettext</title> + <para>Apply a patch that fixes file permissions and ownership:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&gettext-upstream_fixes-patch;</userinput></screen> + <para>Prepare Gettext for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |