aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2005-02-20 01:14:11 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2005-02-20 01:14:11 +0000
commit569fc0bf4178f2ed080e4bd0eff661056d76c964 (patch)
treeac8d52fef7543930228fbf44a663d61b4871ce8e /chapter05
parentf697d702974be1dee4e33349853ef5d124eadf98 (diff)
Removed 'doc' from dirs to be removed from /tools -- doc directory isn't greated anymore.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4652 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/stripping.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/stripping.xml b/chapter05/stripping.xml
index dcafa39da..b1d4f7dfa 100644
--- a/chapter05/stripping.xml
+++ b/chapter05/stripping.xml
@@ -27,7 +27,7 @@ built all over again.</para>
<para>To save another 30 MB, remove the documentation:</para>
-<screen><userinput>rm -rf /tools/{doc,info,man}</userinput></screen>
+<screen><userinput>rm -rf /tools/{info,man}</userinput></screen>
<para>There will now be at least 850 MB of free space on the LFS file
system that can be used to build and install Glibc in the next phase.