aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/mpfr.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2009-07-29 18:09:34 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2009-07-29 18:09:34 +0000
commitd9ed5f3758d8c4fee9ddf2e2ffdd13ab7f3f2de5 (patch)
tree74f0a345822d5846c63957b67487eb0064882809 /chapter06/mpfr.xml
parent90b375c5e92c85130f41c12c911d8351bb0b0e91 (diff)
Changes several instruvions to add an -v switch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9018 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 2c99e84f7..78f9b5b29 100644
--- a/chapter06/mpfr.xml
+++ b/chapter06/mpfr.xml
@@ -65,7 +65,7 @@
<para>Install the documentation:</para>
<screen><userinput remap="install">make html
-mkdir -p /usr/share/doc/mpfr-&mpfr-version;
+mkdir -pv /usr/share/doc/mpfr-&mpfr-version;
find . -name \*.html -type f -exec cp -v \{} /usr/share/doc/mpfr-&mpfr-version; \;</userinput></screen>
</sect2>