diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-15 17:22:01 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-15 17:22:01 +0000 |
commit | 1ec69ac57c066d03b36db24f05931b5a8c9d76cf (patch) | |
tree | 489a94366767addeee8ca9ca3c4415ecf8b986c0 /chapter05 | |
parent | e9f3e85324f490524718480c7c8b4a22f563a753 (diff) |
Added nodump attributes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7021 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 29fdb2adc..de9737ab4 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -182,7 +182,7 @@ chapter.</para></note> <para>To install the Glibc locales anyway, use the following command:</para> -<screen><userinput>make localedata/install-locales</userinput></screen> +<screen role="nodump"><userinput>make localedata/install-locales</userinput></screen> <para>To save time, an alternative to running the previous command (which generates and installs every locale Glibc is |