aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-10-11 21:26:47 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-10-11 21:26:47 +0000
commit87a779d6a8bca19c928db03193acc1a22ee244c9 (patch)
treeaf32cb76490df5fbbbafe2efaa942c99b805a243
parentfb2c869ef5590f8d4c7fac651fa7a9632786f87e (diff)
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
-rw-r--r--chapter05/util-linux.xml2
-rw-r--r--general.ent4
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/util-linux.xml b/chapter05/util-linux.xml
index 56350c648..0fd38e590 100644
--- a/chapter05/util-linux.xml
+++ b/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>
diff --git a/general.ent b/general.ent
index 58e191ecf..4922d8b79 100644
--- a/general.ent
+++ b/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}]" -->