mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
a79db947b8
commit
efc4844cbd
@ -1,4 +1,4 @@
|
||||
<!ENTITY day "04">
|
||||
<!ENTITY day "05">
|
||||
<!ENTITY month "03">
|
||||
<!ENTITY year "2005">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
|
@ -60,7 +60,8 @@ commands:</para>
|
||||
<screen><userinput><command>patch -Np1 -i ../glib-&GLib-version;-gcc34-1.patch &&
|
||||
./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
make install &&
|
||||
chmod -v 755 /usr/lib/libgmodule-1.2.so.0.0.10</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user