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, 16 Mar 2022 05:55:46 +0000 (05:55 +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 8f3e920516c7a484cfd23f3067bbc31d5fc3712f..47c442abfe17aa640506b0842279952e85bf4a22 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