Re: not sure how to fix locale packaging

2010-10-05 Thread Toshio Kuratomi
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 how to fix locale packaging

2010-10-05 Thread Neal Becker
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