From c22ef655d1f3a1eafeb25d691a88828f59938ff6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Guido=20G=C3=BCnther?= Date: Sat, 24 Nov 2012 11:39:58 +0100 Subject: [PATCH] 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 --- config/baseconfig.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/baseconfig.mk b/config/baseconfig.mk index d2cec0ef5f..e34e917a2b 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 -- 2.30.2