From 79e91e481384ec6df20660fbb27a2def0c432b8f Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Mon, 4 Jun 2018 19:18:23 -0400 Subject: broken path fixes --- installer/Makefile.in | 2 +- installer/windows/Makefile.in | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'installer') 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 -- cgit v1.2.3