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%78.8.0-1+rpi1^2~39 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5107232653b154fe80a3b9393e4eec09bd0d2238;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 f5bf42d567..9839ee8628 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