aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/db.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2007-02-09 20:57:08 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2007-02-09 20:57:08 +0000
commit2c69ed48649f6980bf10bb7b28173937cb7a6543 (patch)
tree1dcc9cd67b2905c7ccdbf8dab9689b51cdd833dd /chapter06/db.xml
parentaad7c5f511b5d4ed2bee4a993f54cb06f0b6ba21 (diff)
Remove some chmod commands as newer upstream releases mean they are no longer necessary. Fixes #1953.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7918 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/db.xml')
-rw-r--r--chapter06/db.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/chapter06/db.xml b/chapter06/db.xml
index 367f85e65..ecedf09f9 100644
--- a/chapter06/db.xml
+++ b/chapter06/db.xml
@@ -107,11 +107,9 @@
</variablelist>
- <para>Fix the ownerships of the installed files:</para>
+ <para>Fix the ownership of the installed documentation:</para>
-<screen><userinput>chown -v root:root /usr/bin/db_* \
- /usr/lib/libdb* /usr/include/db* &amp;&amp;
-chown -Rv root:root /usr/share/doc/db-&db-version;</userinput></screen>
+<screen><userinput>chown -Rv root:root /usr/share/doc/db-&db-version;</userinput></screen>
</sect2>