summaryrefslogtreecommitdiffstats
path: root/firefox-packager-build.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-06-24 15:08:28 +0200
committerRemi Collet <fedora@famillecollet.com>2013-06-24 15:08:28 +0200
commite1a9f0b298534c2b7b7335c9459515b5ea2ff264 (patch)
tree069406514a93b204f0e21c690e57262f64c641f2 /firefox-packager-build.patch
parentf6c58693e58b540585725bb6ca65a47b245a09c4 (diff)
Xulrunner / Firefox 22.0
Diffstat (limited to 'firefox-packager-build.patch')
-rw-r--r--firefox-packager-build.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/firefox-packager-build.patch b/firefox-packager-build.patch
deleted file mode 100644
index f35d566..0000000
--- a/firefox-packager-build.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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]