Submitted By: Ken Moffat <ken at linuxfromscratch dot org>
Date: 2013-05-15
Initial Package Version: 21.0
Upstream Status: Unknown
Origin: Unknown, found at fedora
Description: fixes build failure "failed to get nsJSRuntimeService!" when
installing firefox-21.0 on xulrunner.
diff -up mozilla-release/toolkit/mozapps/installer/packager.py.old firefox-21.0/mozilla-release/toolkit/mozapps/installer/packager.py
old
|
new
|
def main():
|
344 | 344 | # Fill startup cache |
345 | 345 | if isinstance(formatter, OmniJarFormatter) and launcher.can_launch(): |
346 | 346 | if buildconfig.substs['LIBXUL_SDK']: |
347 | | gre_path = buildconfig.substs['LIBXUL_DIST'] |
| 347 | gre_path = buildconfig.substs['LIBXUL_DIST'] + '/bin' |
348 | 348 | else: |
349 | 349 | gre_path = None |
350 | 350 | for base in sorted([[p for p in [mozpack.path.join('bin', b), b] |