Author: randy Date: 2006-10-22 14:34:38 -0600 (Sun, 22 Oct 2006) New Revision: 6351
Modified: trunk/BOOK/general/sysutils/unzip.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Removed references to the shared library from the UnZip instructions Modified: trunk/BOOK/general/sysutils/unzip.xml =================================================================== --- trunk/BOOK/general/sysutils/unzip.xml 2006-10-22 19:22:35 UTC (rev 6350) +++ trunk/BOOK/general/sysutils/unzip.xml 2006-10-22 20:34:38 UTC (rev 6351) @@ -8,7 +8,7 @@ <!ENTITY unzip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz"> <!ENTITY unzip-md5sum "9d23919999d6eac9217d1f41472034a9"> <!ENTITY unzip-size "1.1 MB"> - <!ENTITY unzip-buildsize "7.2 MB"> + <!ENTITY unzip-buildsize "6.7 MB"> <!ENTITY unzip-time "0.1 SBU"> ]> @@ -78,8 +78,7 @@ <screen><userinput>make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux</userinput></screen> - <para>To test the results, issue: <command>LD_LIBRARY_PATH=$PWD - make check</command>.</para> + <para>To test the results, issue: <command>make check</command>.</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para> @@ -97,7 +96,7 @@ <para><parameter>LOCAL_UNZIP=...</parameter>: This sets the compilation flags to allow <application>UnZip</application> - to handle files upto 4 GB.</para> + to handle files up to 4 GB.</para> </sect2> @@ -106,13 +105,13 @@ <segmentedlist> <segtitle>Installed Programs</segtitle> - <segtitle>Installed Library</segtitle> + <segtitle>Installed Libraries</segtitle> <segtitle>Installed Directories</segtitle> <seglistitem> <seg>funzip, unzip, unzipfsx, zipgrep, and zipinfo</seg> - <seg>libunzip.so</seg> <seg>None</seg> + <seg>None</seg> </seglistitem> </segmentedlist> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2006-10-22 19:22:35 UTC (rev 6350) +++ trunk/BOOK/introduction/welcome/changelog.xml 2006-10-22 20:34:38 UTC (rev 6351) @@ -45,6 +45,10 @@ <para>October 22nd, 2006</para> <itemizedlist> <listitem> + <para>[randy] - Removed references to the shared library from the + UnZip instructions. Thanks to Gabriel Batir for the report.</para> + </listitem> + <listitem> <para>[randy] - Added a sed command to the Graphviz instructions so that the Java bindings will build correctly if you have the JDK installed.</para> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
