Reference the correct patch when applying it. Thanks to Randy for noticing this.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7381 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2008-04-14 22:43:22 +00:00
parent 31031476f5
commit 802395e9a4

View File

@ -109,7 +109,7 @@
<para>Install <application>CUPS</application> by running the
following commands:</para>
<screen><userinput>patch -Np1 -i ../cups-&cups-version;-security_fixes-1.patch &amp;&amp;
<screen><userinput>patch -Np1 -i ../cups-&cups-version;-security_fixes-2.patch &amp;&amp;
./configure &amp;&amp;
make</userinput></screen>