Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
mercurial
mercurial-locale-path-fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mercurial-locale-path-fix.patch of Package mercurial
diff -u a/mercurial/i18n.py b/mercurial/i18n.py --- a/mercurial/i18n.py 2011-07-01 20:54:23.000000000 +0200 +++ b/mercurial/i18n.py 2011-07-11 15:23:29.920882539 +0200 @@ -16,7 +16,7 @@ base = os.path.dirname(module) for dir in ('.', '..'): - localedir = os.path.join(base, dir, 'locale') + localedir = '/usr/share/locale' if os.path.isdir(localedir): break
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor