not sure how to fix locale packaging
On Tue, Oct 05, 2010 at 11:59:44AM -0400, Neal Becker wrote:
> mercurial has hard-wired to install .mo files under python_sitearch, and
> i18n.py has hard-coded to look there.
>
> On fedora, find-lang.sh is usually used to find these files, but expects to
> find them in e.g., /usr/share/locale
>
> Not sure what's the best way to fix this. Either leave .mo files where
> mercurial expects them, and replace find-lang.sh, or move them to
> /usr/share/locale and patch i18n.py
>
Move to /usr/share/locale and patch i18n.py.
If you make the patch first look in the place that upstream ships them and
then in /usr/share/locale if that fails, upstreams have generally been
receptive to taking such patches.
-Toshio
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
|