summaryrefslogtreecommitdiff
path: root/firefox-version.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2010-08-30 16:51:27 +0200
committerMartin Stransky <stransky@redhat.com>2010-08-30 16:51:27 +0200
commitcd9477d203a45106031990f474dcd3285eca7eec (patch)
tree29548e3cfc8b12a17748973d73f86335b0de0793 /firefox-version.patch
parentdist-git conversion (diff)
downloadlibrewolf-fedora-ff-cd9477d203a45106031990f474dcd3285eca7eec.tar.gz
librewolf-fedora-ff-cd9477d203a45106031990f474dcd3285eca7eec.tar.bz2
librewolf-fedora-ff-cd9477d203a45106031990f474dcd3285eca7eec.zip
Update to 4.0 Beta 4
Diffstat (limited to 'firefox-version.patch')
-rw-r--r--firefox-version.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/firefox-version.patch b/firefox-version.patch
index 892f40c..8e494d8 100644
--- a/firefox-version.patch
+++ b/firefox-version.patch
@@ -1,12 +1,12 @@
-diff -up mozilla-1.9.2/browser/installer/Makefile.in.version mozilla-1.9.2/browser/installer/Makefile.in
---- mozilla-1.9.2/browser/installer/Makefile.in.version 2009-11-09 01:33:57.000000000 +0100
-+++ mozilla-1.9.2/browser/installer/Makefile.in 2009-11-13 13:48:15.000000000 +0100
-@@ -43,6 +43,8 @@ VPATH = @srcdir@
+diff -up mozilla-central/browser/installer/Makefile.in.version mozilla-central/browser/installer/Makefile.in
+--- mozilla-central/browser/installer/Makefile.in.version 2010-08-06 03:08:59.000000000 +0200
++++ mozilla-central/browser/installer/Makefile.in 2010-08-30 15:27:40.000000000 +0200
+@@ -45,6 +45,8 @@ include $(DEPTH)/config/autoconf.mk
- include $(DEPTH)/config/autoconf.mk
+ include $(topsrcdir)/config/rules.mk
+MOZ_APP_VERSION="__RPM_VERSION_INTERNAL__"
+
- NO_PKG_FILES = \
- $(MOZ_APP_NAME)-config \
- $(MOZ_APP_NAME)-bin.elf \
+ MOZ_PKG_REMOVALS = $(srcdir)/removed-files.in
+
+ ifdef MOZ_ENABLE_LIBXUL
bgstack15