diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2008-10-21 05:19:14 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2008-10-21 05:19:14 +0000 |
commit | 36f12da493f48bd1d97694665dbcc7481a5cb80c (patch) | |
tree | fd89b8c78f1b3f6ff7581e60c804c3f8fa4a7126 /chapter06/glibc.xml | |
parent | 324209d15ca9e436f545d206ab5eb08aa3a9072d (diff) |
Put back instructions to disable installation of vi_VN.TCVN locale in glibc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8687 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index f83632432..23e0fd85f 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -70,12 +70,12 @@ <screen><userinput remap="pre">tar -xvf ../glibc-libidn-&glibc-version;.tar.bz2 mv glibc-libidn-&glibc-version; libidn</userinput></screen>--> - <!-- <para>In the vi_VN.TCVN locale, <command>bash</command> enters an infinite loop - at startup. It is unknown whether this is a <command>bash</command> bug or a - Glibc problem. Disable installation of this locale in order to avoid the - problem:</para> + <para>In the vi_VN.TCVN locale, <command>bash</command> enters an infinite + loop at startup. It is unknown whether this is a <command>bash</command> + bug or a Glibc problem. Disable installation of this locale in order to + avoid the problem:</para> -<screen><userinput remap="pre">sed -i '/vi_VN.TCVN/d' localedata/SUPPORTED</userinput></screen> --> +<screen><userinput remap="pre">sed -i '/vi_VN.TCVN/d' localedata/SUPPORTED</userinput></screen> <!-- <para>When running <command>make install</command>, a script called <filename>test-installation.pl</filename> performs a small sanity test on |