fix xpdf patch name

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2382 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2004-06-25 17:27:55 +00:00
parent 9f729d3e5a
commit dfe49be681

View File

@ -37,7 +37,7 @@ url="&xpdf-download-ftp;"/></para></listitem>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Required Patch: <ulink
url="&patch-root;/xpdf-3.00-freetype-2.1.7_hack-1.patch"/></para></listitem>
url="&patch-root;/xpdf-3.00-freetype_2.1.7_hack-1.patch"/></para></listitem>
</itemizedlist></sect3>
<sect3><title><application>Xpdf</application> dependencies</title>
@ -59,7 +59,7 @@ url="&patch-root;/xpdf-3.00-freetype-2.1.7_hack-1.patch"/></para></listitem>
<para>Install <application>Xpdf</application> by running the following commands:
</para>
<screen><userinput><command>patch -Np1 -i ../xpdf-3.00-freetype-2.1.7_hack-1.patch &amp;&amp;
<screen><userinput><command>patch -Np1 -i ../xpdf-3.00-freetype_2.1.7_hack-1.patch &amp;&amp;
./configure --prefix=/usr --sysconfdir=/etc \
--with-freetype2-includes=/usr/include/freetype2 &amp;&amp;
make &amp;&amp;