sed question

Ignacio Vazquez-Abrams ivazqueznet at gmail.com
Sun Jan 18 00:43:40 UTC 2009


2009/1/17 Paul <paul at all-the-johnsons.co.uk>

> Hi,
>
> mono-debugger has a line in the configure.in with $(prefix)/lib on it
> twice.
>
> If I have
>
> sed -i -e 's!$(prefix)/lib!%{_libdir}!' configure.in
>
> then only the first occurrence of the $(prefix)/lib is replaced (same
> applies if I create a patch with @libdir@ instead of the $(prefix)/lib
> and then apply a similar sed replacement to the patch)
>
> I've looked at the manual and this seems to be correct, but it's not (as
> it's not working!). Any clues on how to do a multiple replace on the
> same line?
>
> TTFN
>
> Paul
> --
> Sie können mich aufreizen und wirklich heiß machen!
>
> --
> fedora-devel-list mailing list
> fedora-devel-list at redhat.com
> https://www.redhat.com/mailman/listinfo/fedora-devel-list
>

sed -i -e 's!$(prefix)/lib!%{_libdir}!g' configure.in

-- 
Ignacio Vazquez-Abrams <ivazqueznet at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-devel-list/attachments/20090117/4e2aab0e/attachment.htm>


More information about the fedora-devel-list mailing list