[Bug 634039] encodings in /usr/share/X11/fonts/encodings/large are not read by X server

bugzilla at redhat.com bugzilla at redhat.com
Fri Nov 19 08:45:32 UTC 2010


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 <mcepl at redhat.com> 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.


More information about the fonts-bugs mailing list