summarylogtreecommitdiffstats
path: root/thunderbird-install-dir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'thunderbird-install-dir.patch')
-rw-r--r--thunderbird-install-dir.patch27
1 files changed, 16 insertions, 11 deletions
diff --git a/thunderbird-install-dir.patch b/thunderbird-install-dir.patch
index f8ebdc1ff924..d1e390b303df 100644
--- a/thunderbird-install-dir.patch
+++ b/thunderbird-install-dir.patch
@@ -1,12 +1,17 @@
-diff -upr comm-esr31.orig/mozilla/config/baseconfig.mk comm-esr31/mozilla/config/baseconfig.mk
---- comm-esr31.orig/mozilla/config/baseconfig.mk 2014-07-22 09:44:22.000000000 +0300
-+++ comm-esr31/mozilla/config/baseconfig.mk 2014-07-22 09:46:45.000000000 +0300
-@@ -4,7 +4,7 @@
- # whether a normal build is happening or whether the check is running.
- includedir := $(includedir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
- idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
--installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
+diff -upr thunderbird-59.0b1.orig/mozilla/config/baseconfig.mk
+thunderbird-59.0b1/mozilla/config/baseconfig.mk
+--- thunderbird-59.0b1.orig/mozilla/config/baseconfig.mk
+2018-02-03 21:40:48.387811590 +0300
++++ thunderbird-59.0b1/mozilla/config/baseconfig.mk 2018-02-03
+21:40:17.997729401 +0300
+@@ -2,7 +2,7 @@
+ # directly in python/mozbuild/mozbuild/base.py for gmake validation.
+ # We thus use INCLUDED_AUTOCONF_MK to enable/disable some parts
+depending
+ # whether a normal build is happening or whether the check is
+running.
+-installdir = $(libdir)/$(MOZ_APP_NAME)
+installdir = $(libdir)/$(MOZ_APP_NAME)-beta
- sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
- ifndef TOP_DIST
- TOP_DIST = dist
+ ifeq (.,$(DEPTH))
+ DIST = dist
+ else