diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-05-15 10:23:28 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-05-15 10:23:28 +0200 |
commit | 7c61bd2d240871a1178da16d5879ae76caf42bc6 (patch) | |
tree | de2380f63e4cdd377025b1fc5eecbde5d16afd83 /firefox-packager-build.patch | |
parent | 5bfa48ef386fac953da9715b13a518b72b2792be (diff) |
Xulrunner / Firefox 21.0
Diffstat (limited to 'firefox-packager-build.patch')
-rw-r--r-- | firefox-packager-build.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/firefox-packager-build.patch b/firefox-packager-build.patch new file mode 100644 index 0000000..f35d566 --- /dev/null +++ b/firefox-packager-build.patch @@ -0,0 +1,12 @@ +diff -up firefox-21.0/mozilla-release/toolkit/mozapps/installer/packager.py.old firefox-21.0/mozilla-release/toolkit/mozapps/installer/packager.py +--- firefox-21.0/mozilla-release/toolkit/mozapps/installer/packager.py.old 2013-05-15 08:27:23.000000000 +0200 ++++ firefox-21.0/mozilla-release/toolkit/mozapps/installer/packager.py 2013-05-15 08:27:54.828483740 +0200 +@@ -344,7 +344,7 @@ def main(): + # Fill startup cache + if isinstance(formatter, OmniJarFormatter) and launcher.can_launch(): + if buildconfig.substs['LIBXUL_SDK']: +- gre_path = buildconfig.substs['LIBXUL_DIST'] ++ gre_path = buildconfig.substs['LIBXUL_DIST'] + '/bin' + else: + gre_path = None + for base in sorted([[p for p in [mozpack.path.join('bin', b), b] |