fixed version of unzip patches

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2247 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2004-06-01 08:25:25 +00:00
parent 70b65ddffb
commit aa6dadf8e6
2 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,8 @@ decompression. To enable it or to obtain more information, check out the
<para>Install <application>UnZip</application> by running the following
commands:</para>
<screen><userinput><command>patch -Np1 -i ../unzip-5.50-fix-libz.patch &amp;&amp;
patch -Np1 -i ../unzip-5.50-dont-make-noise.patch &amp;&amp;
<screen><userinput><command>patch -Np1 -i ../unzip-5.51-fix-libz.patch &amp;&amp;
patch -Np1 -i ../unzip-5.51-dont-make-noise.patch &amp;&amp;
cp unix/Makefile . &amp;&amp;
make prefix=/usr linux &amp;&amp;
make prefix=/usr linux_shlibz &amp;&amp;

View File

@ -24,9 +24,9 @@ url="&unzip-download-ftp;"/></para></listitem>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Required patch: <ulink
url="&patch-root;/unzip-5.50-fix-libz.patch"/></para></listitem>
url="&patch-root;/unzip-5.51-fix-libz.patch"/></para></listitem>
<listitem><para>Recommended patch: <ulink
url="&patch-root;/unzip-5.50-dont-make-noise.patch"/></para></listitem></itemizedlist>
url="&patch-root;/unzip-5.51-dont-make-noise.patch"/></para></listitem></itemizedlist>
</sect3>
</sect2>