Rename patch in wireshark-1.10.2 to agree with book's policy. Thanks to Randy.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12000 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2013-10-19 17:36:19 +00:00
parent b11e91546e
commit a7c4c666a4

View File

@ -67,7 +67,7 @@
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/wireshark-&wireshark-version;-packet_gluster_duplicate_enums-fix-1.patch"/>
<ulink url="&patch-root;/wireshark-&wireshark-version;-packet_gluster_duplicate_enums_fix-1.patch"/>
</para>
</listitem>
<listitem>
@ -165,7 +165,7 @@ EOF</userinput></screen>
<para>Continue to install <application>Wireshark</application> by running
the following commands:</para>
<screen><userinput>patch -Np1 -i ../wireshark-&wireshark-version;-packet_gluster_duplicate_enums-fix-1.patch &amp;&amp;
<screen><userinput>patch -Np1 -i ../wireshark-&wireshark-version;-packet_gluster_duplicate_enums_fix-1.patch &amp;&amp;
./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
make</userinput></screen>