Author: manuel Date: 2005-04-11 13:47:13 -0600 (Mon, 11 Apr 2005) New Revision: 4917
Modified: trunk/BOOK/chapter06/zlib.xml Log: Removed a missplaced comma. Modified: trunk/BOOK/chapter06/zlib.xml =================================================================== --- trunk/BOOK/chapter06/zlib.xml 2005-04-11 19:34:51 UTC (rev 4916) +++ trunk/BOOK/chapter06/zlib.xml 2005-04-11 19:47:13 UTC (rev 4917) @@ -50,9 +50,9 @@ <screen><userinput>make install</userinput></screen> -<para>Next we will remove the old, <filename class="extension">.so</filename> files in +<para>Next we will remove the old <filename class="extension">.so</filename> files in the <filename class="directory">/lib</filename> directory and relink them -into <filename class="directory">/usr/lib</filename>.</para> +into <filename class="directory">/usr/lib</filename>:</para> <screen><userinput>rm /lib/libz.so ln -sf ../../lib/libz.so.&zlib-version; /usr/lib/libz.so</userinput></screen> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
