From e68290a9f95299107e5767c5124ce8d7555922b4 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Mon, 16 Dec 2013 10:53:58 +0900 Subject: [PATCH] Add debian/extra-stuff to upstream build system directory traversal Gbp-Pq: Topic debian-hacks Gbp-Pq: Name Add-debian-extra-stuff-to-upstream-build-system-dire.patch --- moz.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/moz.build b/moz.build index e33ad8e4a08..e14428ce76c 100644 --- a/moz.build +++ b/moz.build @@ -213,4 +213,7 @@ SPHINX_TREES["mots"] = "docs/mots" SPHINX_TREES["update-infrastructure"] = "docs/update-infrastructure" +if not CONFIG["LIBXUL_SDK"]: + DIRS += ["debian/extra-stuff"] + include("build/templates.mozbuild") -- 2.30.2