From: Mike Hommey Date: Mon, 16 Dec 2013 02:11:13 +0000 (+0900) Subject: Make upstream build system create debian/installer/Makefile X-Git-Tag: archive/raspbian/60.4.0esr-1+rpi1~1^2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=49b022aa080ba58661c73e7b1c9d1ed273e88594;p=firefox-esr.git Make upstream build system create debian/installer/Makefile Gbp-Pq: Topic debian-hacks Gbp-Pq: Name Make-upstream-build-system-create-debian-installer-M.patch --- diff --git a/moz.build b/moz.build index 6215aacbdb8..184fa3b137f 100644 --- a/moz.build +++ b/moz.build @@ -67,4 +67,6 @@ if not CONFIG['JS_STANDALONE'] and CONFIG['MOZ_BUILD_APP']: if not CONFIG['LIBXUL_SDK']: DIRS += ['debian/extra-stuff'] +CONFIGURE_SUBST_FILES += ['debian/installer/Makefile'] + include('build/templates.mozbuild')