Fixed sed command in WvStreams

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6228 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Dan Nichilson 2006-06-29 05:45:48 +00:00
parent d3b440e66f
commit a6e4fb1163
2 changed files with 11 additions and 2 deletions

View File

@ -91,8 +91,7 @@
following:</para>
<screen><userinput>sed -i -e "s/8_3/8_4/" -e "s/8\.3/8.4/" \
configure{,.ac} include/wvautoconf.h.in bindings/rules.mk \
gnulib/config.h</userinput></screen>
configure{,.ac} include/wvautoconf.h.in bindings/rules.mk</userinput></screen>
<para>Install <application>WvStreams</application> by running the following
commands:</para>

View File

@ -41,6 +41,16 @@
-->
<listitem>
<para>June 29th, 2006</para>
<itemizedlist>
<listitem>
<para>[dnicholson] - Fixed sed command in WvStreams to not alter
a non-existent file. Thanks to Angel Tsankov.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>June 28th, 2006</para>
<itemizedlist>