Strip version number from application before installation
authorGuido Günther <agx@sigxcpu.org>
Sat, 24 Nov 2012 10:39:58 +0000 (11:39 +0100)
committerCarsten Schoenert <c.schoenert@t-online.de>
Wed, 24 Mar 2021 18:57:04 +0000 (18:57 +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 f5bf42d56779670f90d1ea4ac4eceff6eda9ef4a..9839ee8628f90f239741a8c9cab3cd38c4ceeb7c 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