aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/db.xml4
-rw-r--r--chapter06/linux-libc-headers.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/db.xml b/chapter06/db.xml
index 5bd81d27b..cd391ac99 100644
--- a/chapter06/db.xml
+++ b/chapter06/db.xml
@@ -108,9 +108,9 @@
<para>Fix the ownerships of the installed files:</para>
-<screen><userinput>chown root:root /usr/bin/db_* \
+<screen><userinput>chown -v root:root /usr/bin/db_* \
/usr/lib/libdb* /usr/include/db* &amp;&amp;
-chown -R root:root /usr/share/doc/db-&db-version;</userinput></screen>
+chown -Rv root:root /usr/share/doc/db-&db-version;</userinput></screen>
</sect2>
diff --git a/chapter06/linux-libc-headers.xml b/chapter06/linux-libc-headers.xml
index 39d5c7cca..858eee427 100644
--- a/chapter06/linux-libc-headers.xml
+++ b/chapter06/linux-libc-headers.xml
@@ -53,7 +53,7 @@
<para>Install the header files:</para>
-<screen><userinput>install -d /usr/include/asm
+<screen><userinput>install -dv /usr/include/asm
cp -Rv include/asm-i386/* /usr/include/asm
cp -Rv include/linux /usr/include</userinput></screen>