Fix typos in patch names (where they are applied) - thanks to Fernando de Oliveira for the report.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9279 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2012-02-05 22:26:12 +00:00
parent 3288e8357e
commit 752b0bca44

View File

@ -137,8 +137,8 @@
<para>Install <application>GIMP</application> by running
the following commands:</para>
<screen><userinput>patch -Np1 -i ../gimp-&gimp-version;-security_fixes-1.patch &amp;&amp;
patch -Np1 -i ../gimp-&gimp-version;-libpng_fixes-1.patch &amp;&amp;
<screen><userinput>patch -Np1 -i ../gimp-&gimp-version;-security_fix-1.patch &amp;&amp;
patch -Np1 -i ../gimp-&gimp-version;-libpng_fix-1.patch &amp;&amp;
./configure --prefix=/usr \
--sysconfdir=/etc &amp;&amp;
make</userinput></screen>