Added a command to the PostgreSQL instructions to fix broken ownership of installed files

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4916 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-08-12 20:16:21 +00:00
parent 4412b30b08
commit 7de21f4c6e
2 changed files with 7 additions and 1 deletions

View File

@ -24,6 +24,11 @@
<itemizedlist>
<listitem>
<para>August 12th, 2005 [randy]: Added a command to the PostgreSQL
instructions to fix broken ownership of installed files.</para>
</listitem>
<listitem>
<para>August 11th, 2005 [randy]: Updated the JDK binary version to
1.5.0_04; added sharutils as an optional dependency of Berkeley DB.</para>

View File

@ -112,7 +112,8 @@ make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
<screen role="root"><userinput>make install &amp;&amp;
chown -v root:root /usr/share/doc/postgresql/html</userinput></screen>
<!--
<para>The standard installation provides only the header files needed