Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=634039

--- Comment #8 from Matej Cepl <[email protected]> 2010-11-19 03:45:31 EST ---
(In reply to comment #7)
> should be:
> 
>     sed -i "s...@\$rpm_build_root@@" encodings.dir

Did you test it? It seems to me that another culprit could be problem (if I am
not mistaken, variables expansion happens BEFORE running the command). What
about

     sed -i "s...@${rpm_build_root}@@" encodings.dir

But no, I haven't tested it either (OTOH I don't have set up environment and
packages to know how to reproduce the original bug in the first place).

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
fonts-bugs mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

Reply via email to