diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-06-04 19:18:23 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-06-04 19:18:23 -0400 |
commit | 79e91e481384ec6df20660fbb27a2def0c432b8f (patch) | |
tree | fa87eeb8241238608514a16b3027c9bed345bf3e /installer | |
parent | 35195518065323f044da7a9d6dc45cdc13d0ee0a (diff) | |
download | iceweasel-uxp-79e91e481384ec6df20660fbb27a2def0c432b8f.tar.gz |
broken path fixes
Diffstat (limited to 'installer')
-rw-r--r-- | installer/Makefile.in | 2 | ||||
-rw-r--r-- | installer/windows/Makefile.in | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/installer/Makefile.in b/installer/Makefile.in index a7016a7..2d5a5f9 100644 --- a/installer/Makefile.in +++ b/installer/Makefile.in @@ -149,7 +149,7 @@ endif # fail to produce a langpack. See bug 1255096. libs:: ifeq (,$(filter FasterMake+RecursiveMake,$(BUILD_BACKENDS))) - $(MAKE) -C $(DEPTH)/browser/locales langpack + $(MAKE) -C $(DEPTH)/application/iceweasel-uxp/locales langpack endif ifeq (WINNT,$(OS_ARCH)) diff --git a/installer/windows/Makefile.in b/installer/windows/Makefile.in index 600bdfe..8da2f24 100644 --- a/installer/windows/Makefile.in +++ b/installer/windows/Makefile.in @@ -32,12 +32,12 @@ include $(topsrcdir)/config/config.mk ifdef LOCALE_MERGEDIR PPL_LOCALE_ARGS = \ - --l10n-dir=$(LOCALE_MERGEDIR)/browser/installer \ - --l10n-dir=$(call EXPAND_LOCALE_SRCDIR,browser/locales)/installer \ - --l10n-dir=$(topsrcdir)/browser/locales/en-US/installer \ + --l10n-dir=$(LOCALE_MERGEDIR)/application/iceweasel-uxp/installer \ + --l10n-dir=$(call EXPAND_LOCALE_SRCDIR,application/iceweasel-uxp/locales)/installer \ + --l10n-dir=$(topsrcdir)/application/iceweasel-uxp/locales/en-US/installer \ $(NULL) else -PPL_LOCALE_ARGS=$(call EXPAND_LOCALE_SRCDIR,browser/locales)/installer +PPL_LOCALE_ARGS=$(call EXPAND_LOCALE_SRCDIR,application/iceweasel-uxp/locales)/installer endif OVERRIDE_DEFAULT_GOAL := installer |