aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/glibc.xml2
-rw-r--r--chapter06/mpfr.xml2
-rw-r--r--chapter06/texinfo.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index f88922be7..70dec0a2e 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -68,7 +68,7 @@
Unpack the tarball from within the Glibc source directory:</para>
<screen><userinput remap="pre">tar -xvf ../glibc-libidn-&glibc-version;.tar.bz2
-mv glibc-libidn-&glibc-version; libidn</userinput></screen>
+mv -v glibc-libidn-&glibc-version; libidn</userinput></screen>
<!--
This should have been fixed a long time ago.
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>
diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml
index 4f4a4e31c..a2c615caf 100644
--- a/chapter06/texinfo.xml
+++ b/chapter06/texinfo.xml
@@ -85,7 +85,7 @@
recreated, the following optional commands will accomplish the task:</para>
<screen role="nodump"><userinput>cd /usr/share/info
-rm dir
+rm -v dir
for f in *
do install-info $f dir 2&gt;/dev/null
done</userinput></screen>