Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for images:i586
openSUSE:12.2:ARM
libreoffice-help-group4
pyuno-path.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pyuno-path.diff of Package libreoffice-help-group4
--- pyuno/source/module/uno.py 2011-11-30 18:39:37 -0500 +++ pyuno/source/module/uno.py 2011-11-30 19:38:14 -0500 @@ -26,6 +26,12 @@ #************************************************************************* import os import sys +import platform + +if platform.machine() == 'x86_64': + sys.path.append('/usr/lib64/libreoffice/program') +else: + sys.path.append('/usr/lib/libreoffice/program') if getattr(os.environ, 'URE_BOOTSTRAP', None) is None: os.environ['URE_BOOTSTRAP'] = "vnd.sun.star.pathname:@INSTALLDIR@/program/fundamentalrc"
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