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%60.5.1-1+rpi1~1^2~38 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f0da8b93ee8563eaa05a90f51b69fa0078d27bdd;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 754ba1a57f..370643d403 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