From: Guido Günther Date: Sat, 24 Nov 2012 10:39:58 +0000 (+0100) Subject: Strip version number from application before installation X-Git-Tag: archive/raspbian/1%102.14.0-1_deb10u1+rpi1^2^2^2~28 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2b34604e3fbe1b041f0fe5d70575da2bc5c05d64;p=thunderbird.git Strip version number from application before installation 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 --- diff --git a/config/baseconfig.mk b/config/baseconfig.mk index 8f3e920516..47c442abfe 100644 --- a/config/baseconfig.mk +++ b/config/baseconfig.mk @@ -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