2009/1/17 Paul <span dir="ltr"><<a href="mailto:paul@all-the-johnsons.co.uk">paul@all-the-johnsons.co.uk</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
mono-debugger has a line in the <a href="http://configure.in" target="_blank">configure.in</a> with $(prefix)/lib on it<br>
twice.<br>
<br>
If I have<br>
<br>
sed -i -e 's!$(prefix)/lib!%{_libdir}!' <a href="http://configure.in" target="_blank">configure.in</a><br>
<br>
then only the first occurrence of the $(prefix)/lib is replaced (same<br>
applies if I create a patch with @libdir@ instead of the $(prefix)/lib<br>
and then apply a similar sed replacement to the patch)<br>
<br>
I've looked at the manual and this seems to be correct, but it's not (as<br>
it's not working!). Any clues on how to do a multiple replace on the<br>
same line?<br>
<br>
TTFN<br>
<br>
Paul<br>
<font color="#888888">--<br>
Sie können mich aufreizen und wirklich heiß machen!<br>
</font><br>--<br>
fedora-devel-list mailing list<br>
<a href="mailto:fedora-devel-list@redhat.com">fedora-devel-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/fedora-devel-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-devel-list</a><br></blockquote></div><br>
sed -i -e 's!$(prefix)/lib!%{_libdir}!g' <a href="http://configure.in/" target="_blank">configure.in</a><br clear="all"><br>-- <br>Ignacio Vazquez-Abrams <<a href="mailto:ivazqueznet@gmail.com">ivazqueznet@gmail.com</a>><br>