aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/mpfr.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2009-05-25 19:21:31 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2009-05-25 19:21:31 +0000
commit6010eb645bbcc3accdab3da053c9d356f04a2350 (patch)
tree289d6c524f272716fbac6b2a22bbf7c8c64861b7 /chapter06/mpfr.xml
parent33d024b0ce425960e85f4e262559239ee0743d27 (diff)
Make mpfr cp command verbose
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8924 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/mpfr.xml')
-rw-r--r--chapter06/mpfr.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml
index a43481754..2c99e84f7 100644
--- a/chapter06/mpfr.xml
+++ b/chapter06/mpfr.xml
@@ -66,7 +66,7 @@
<screen><userinput remap="install">make html
mkdir -p /usr/share/doc/mpfr-&mpfr-version;
-find . -name \*.html -type f -exec cp \{} /usr/share/doc/mpfr-&mpfr-version; \;</userinput></screen>
+find . -name \*.html -type f -exec cp -v \{} /usr/share/doc/mpfr-&mpfr-version; \;</userinput></screen>
</sect2>