Strip version number from application before installation
authorGuido Günther <agx@sigxcpu.org>
Sat, 24 Nov 2012 10:39:58 +0000 (11:39 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 15 Mar 2020 16:27:21 +0000 (16:27 +0000)
Strip thunderbird's version number from the installation directories so
we have a fixed location for extensions that build against it.

Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Strip-version-number-from-application-before-installation.patch

config/baseconfig.mk

index d2cec0ef5fb15bee28c0efa26e3f8f04e33f28a5..e34e917a2b0cfba6604fbdf64c1278927c827947 100644 (file)
@@ -3,6 +3,9 @@
 # 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)
+includedir := $(includedir)/$(MOZ_APP_NAME)
+idldir = $(datadir)/idl/$(MOZ_APP_NAME)
+sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel
 ifeq (.,$(DEPTH))
 DIST = dist
 else