Przeglądaj źródła

Add the verbose flag when copying files in chapter 5's util-linux build. Thanks to Robert Connolly for the report.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7826 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 19 lat temu
rodzic
commit
87a779d6a8
2 zmienionych plików z 3 dodań i 3 usunięć
  1. 1 1
      chapter05/util-linux.xml
  2. 2 2
      general.ent

+ 1 - 1
chapter05/util-linux.xml

@@ -61,7 +61,7 @@ make -C text-utils more</userinput></screen>
 
     <para>Copy these programs to the temporary tools directory:</para>
 
-<screen><userinput>cp mount/{,u}mount text-utils/more /tools/bin</userinput></screen>
+<screen><userinput>cp -v mount/{,u}mount text-utils/more /tools/bin</userinput></screen>
 
   </sect2>
 

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20061008">
-<!ENTITY releasedate "October 8, 2006">
+<!ENTITY version "SVN-20061011">
+<!ENTITY releasedate "October 11, 2006">
 <!ENTITY milestone "6.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->