ソースを参照

Fixed command to remove unneeded documentation from /tools/share

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2753 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 22 年 前
コミット
ceb18c4be8
2 ファイル変更4 行追加1 行削除
  1. 3 0
      chapter01/changelog.xml
  2. 1 1
      chapter05/chapter05.xml

+ 3 - 0
chapter01/changelog.xml

@@ -82,6 +82,9 @@
 </itemizedlist>
 </para></listitem>
 
+<listitem><para>September 8th, 2003 [matt]: Chapter 5 - Fixed the rm command
+that deletes unneeded documentation from /tools/share.</para></listitem>
+
 <listitem><para>September 6th, 2003 [matt]: Chapter 6 - Removed a reference
 to "the static" directory in the intro.</para></listitem>
 

+ 1 - 1
chapter05/chapter05.xml

@@ -59,7 +59,7 @@ destroyed and you would have to build Glibc all over again.</para>
 <para>To save another couple of megabytes, you can throw away the documentation
 and some of the bigger unneeded programs:</para>
 
-<para><screen><userinput>rm -r /tools/share/{doc,info,man}
+<para><screen><userinput>rm -rf /tools/{,share/}{doc,info,man}
 rm /tools/bin/{addr2line,gprof,nm,size,strings,strip}</userinput></screen></para>
 
 <para>You will now need to have at least 700 MB of free space on your LFS