projects
/
firefox-esr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5561612
)
Make upstream build system create debian/installer/Makefile
author
Mike Hommey
<mh@glandium.org>
Mon, 16 Dec 2013 02:11:13 +0000
(11:11 +0900)
committer
Mike Hommey
<glandium@debian.org>
Sun, 14 Feb 2016 09:25:51 +0000
(09:25 +0000)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Make-upstream-build-system-create-debian-installer-M.patch
moz.build
patch
|
blob
|
history
diff --git
a/moz.build
b/moz.build
index 6215aacbdb813fa44ec8f590d7bb01ddf1dc4bc1..184fa3b137f9ef792a6baacea324637f5404b127 100644
(file)
--- 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')