diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-10-11 21:26:47 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-10-11 21:26:47 +0000 |
commit | 87a779d6a8bca19c928db03193acc1a22ee244c9 (patch) | |
tree | af32cb76490df5fbbbafe2efaa942c99b805a243 /chapter05 | |
parent | fb2c869ef5590f8d4c7fac651fa7a9632786f87e (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
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/util-linux.xml | 2 |
1 files changed, 1 insertions, 1 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> |