diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-12-22 16:52:29 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-12-22 16:52:29 +0100 |
commit | bc5693cc594406b34691a001191771898cf2e447 (patch) | |
tree | 5868175262971b9674876e106267fda6576bf53f /firefox-5.0-asciidel.patch | |
parent | 2e5013b06612bcfdf8050c569cd9f12a758e8fa4 (diff) |
move repo
Diffstat (limited to 'firefox-5.0-asciidel.patch')
-rw-r--r-- | firefox-5.0-asciidel.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/firefox-5.0-asciidel.patch b/firefox-5.0-asciidel.patch new file mode 100644 index 0000000..1916cb3 --- /dev/null +++ b/firefox-5.0-asciidel.patch @@ -0,0 +1,15 @@ +Patch from: Bill Nottingham <notting@redhat.com> + +diff -up mozilla-release/browser/base/Makefile.in.fu mozilla-release/browser/base/Makefile.in +--- mozilla-release/browser/base/Makefile.in.fu 2011-06-24 16:50:23.802042086 -0400 ++++ mozilla-release/browser/base/Makefile.in 2011-06-24 16:50:42.324042096 -0400 +@@ -62,7 +62,7 @@ EXTRA_JS_MODULES = \ + + include $(topsrcdir)/config/rules.mk + +-PRE_RELEASE_SUFFIX := "" ++PRE_RELEASE_SUFFIX := + + DEFINES += \ + -DMOZ_APP_VERSION=$(MOZ_APP_VERSION) \ + |