Author: bdubbs Date: 2009-05-16 20:57:28 -0600 (Sat, 16 May 2009) New Revision: 8882
Modified: trunk/BOOK/chapter06/zlib.xml Log: Fix permissions for zlib static library Modified: trunk/BOOK/chapter06/zlib.xml =================================================================== --- trunk/BOOK/chapter06/zlib.xml 2009-05-17 02:52:18 UTC (rev 8881) +++ trunk/BOOK/chapter06/zlib.xml 2009-05-17 02:57:28 UTC (rev 8882) @@ -71,6 +71,10 @@ <screen><userinput remap="install">make install</userinput></screen> + <para>Finally, fix permissions on the static library:</para> + +<screen><userinput remap="install">chmod 0644 /usr/lib/libz.a</userinput></screen> + </sect2> <sect2 id="contents-zlib" role="content"> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
