https://bugzilla.rpmfusion.org/show_bug.cgi?id=5482

FeRD (Frank Dana) <ferd...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ferd...@gmail.com

--- Comment #4 from FeRD (Frank Dana) <ferd...@gmail.com> ---
Re:

> # There must be a prettier way of doing this
> sed -i s/"\/lib\/"/"\/lib64\/"/g Makefile
> sed -i s/"\/lib$"/"\/lib64"/g Makefile
> sed -i s/"\/lib "/"\/lib64 "/g Makefile

There is:

sed -i 's,prefix)/lib,prefix)/lib64,g' Makefile

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
rpmfusion-developers mailing list -- rpmfusion-developers@lists.rpmfusion.org
To unsubscribe send an email to rpmfusion-developers-le...@lists.rpmfusion.org

Reply via email to