Added a chmod command to the Glib-1 instructions to fix improper permissions on libgmodule

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3516 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-03-05 15:51:15 +00:00
parent a79db947b8
commit efc4844cbd
3 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<!ENTITY day "04">
<!ENTITY day "05">
<!ENTITY month "03">
<!ENTITY year "2005">
<!ENTITY version "svn-&year;&month;&day;">

View File

@ -60,7 +60,8 @@ commands:</para>
<screen><userinput><command>patch -Np1 -i ../glib-&GLib-version;-gcc34-1.patch &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
make install &amp;&amp;
chmod -v 755 /usr/lib/libgmodule-1.2.so.0.0.10</command></userinput></screen>
</sect2>

View File

@ -22,6 +22,9 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>March 5th, 2005 [randy]: Added a chmod command to the Glib-1
instructions to fix incorrect permissions on libgmodule.</para></listitem>
<listitem><para>March 4th, 2005 [randy]: Changed the order of a build
command in the AbiWord instructions to fix breakage, pointed out by
Andrew Benton; fixed Shadow download URL.</para></listitem>