1 Jun 2004 23:07
cvs commit: BLFS/BOOK/general/sysutils/unzip unzip-inst.xml unzip-intro.xml
<igor <at> linuxfromscratch.org>
2004-06-01 21:07:37 GMT
2004-06-01 21:07:37 GMT
igor 04/06/01 15:07:37 Modified: BOOK/general/sysutils/unzip unzip-inst.xml unzip-intro.xml Log: added still needed unzip Makefile patch, reported by Bernard Revision Changes Path 1.4 +3 -2 BLFS/BOOK/general/sysutils/unzip/unzip-inst.xml Index: unzip-inst.xml =================================================================== RCS file: /home/cvsroot/BLFS/BOOK/general/sysutils/unzip/unzip-inst.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- unzip-inst.xml 1 Jun 2004 08:25:25 -0000 1.3 +++ unzip-inst.xml 1 Jun 2004 21:07:37 -0000 1.4 <at> <at> -9,8 +9,9 <at> <at> <para>Install <application>UnZip</application> by running the following commands:</para> -<screen><userinput><command>patch -Np1 -i ../unzip-5.51-fix-libz.patch && -patch -Np1 -i ../unzip-5.51-dont-make-noise.patch && +<screen><userinput><command>patch -Np1 -i ../unzip-&unzip-version;-fix-Makefile.patch && +patch -Np1 -i ../unzip-&unzip-version;-fix-libz.patch && +patch -Np1 -i ../unzip-&unzip-version;-dont-make-noise.patch && cp unix/Makefile . && make prefix=/usr linux && make prefix=/usr linux_shlibz && 1.4 +4 -2 BLFS/BOOK/general/sysutils/unzip/unzip-intro.xml Index: unzip-intro.xml =================================================================== RCS file: /home/cvsroot/BLFS/BOOK/general/sysutils/unzip/unzip-intro.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- unzip-intro.xml 1 Jun 2004 08:25:25 -0000 1.3 +++ unzip-intro.xml 1 Jun 2004 21:07:37 -0000 1.4 <at> <at> -24,9 +24,11 <at> <at> <sect3><title>Additional downloads</title> <itemizedlist spacing='compact'> <listitem><para>Required patch: <ulink -url="&patch-root;/unzip-5.51-fix-libz.patch"/></para></listitem> +url="&patch-root;/unzip-&unzip-version;-fix-Makefile.patch"/></para></listitem> +<listitem><para>Required patch: <ulink +url="&patch-root;/unzip-&unzip-version;-fix-libz.patch"/></para></listitem> <listitem><para>Recommended patch: <ulink -url="&patch-root;/unzip-5.51-dont-make-noise.patch"/></para></listitem></itemizedlist> +url="&patch-root;/unzip-&unzip-version;-dont-make-noise.patch"/></para></listitem></itemizedlist> </sect3> </sect2> -- -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
RSS Feed