fixed broken sed in gstreamer base plugins

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7838 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Guy Dalziel 2009-07-10 21:06:15 +00:00
parent 23e044af0e
commit 30f30d26d0

View File

@ -106,7 +106,7 @@
the following commands:</para>
<screen><userinput>sed -i 's/\(.*gtkdoc-rebase --relative.* \)\(;.*\)/\1|| true\2/' \
docs/libs}/Makefile.in &amp;&amp;
docs/libs/Makefile.in &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make</userinput></screen>