diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-09-21 16:53:25 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-09-21 16:53:25 +0000 |
commit | 81d71c26f589e7c81d4c1755e0447a225e08c8b0 (patch) | |
tree | 18f1f90e15945e667f8d77fb5559cc03ef24cc96 /chapter06 | |
parent | 01a9400524e3a6c0b0b1bd70c5fdd942d88d75dc (diff) |
Fixed glibc-libidn tarball extension.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8393 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 9e4b77826..ef9f528d2 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -67,7 +67,7 @@ <ulink url="&blfs-root;view/svn/general/libidn.html"/>). Unpack the tarball from within the Glibc source directory:</para> -<screen><userinput remap="pre">tar -xvf ../glibc-libidn-&glibc-version;.tar.gz +<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 |