[Fedora-i18n-bugs] [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 05:58:23 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 #7 from Daiki Ueno <dueno at redhat.com> 2010-11-19 00:58:23 EST ---
Thank you, it now seems to work, except for trifling error messages when
installing xorg-x11-fonts-misc:

sed: -e expression #1, char 0: no previous regular expression
sed: can't read large/encodings.dir: No such file or directory

Perhaps the following lines in xorg-x11-fonts-update-dirs:

    sed -i "s@$RPM_BUILD_ROOT@@" encodings.dir
    sed -i "s@$RPM_BUILD_ROOT@@" large/encodings.dir

should be:

    sed -i "s@\$RPM_BUILD_ROOT@@" encodings.dir

?

-- 
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 i18n-bugs mailing list