bug 1482695, add localization to langpacks for toolkit fluent, r=gps,firefox-build-system-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D3215

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Axel Hecht 2018-08-14 18:29:29 +00:00
Родитель 4e0edfeca2
Коммит 78f557ab85
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -168,8 +168,8 @@ $(NULL)
# Dealing with app sub dirs: If DIST_SUBDIRS is defined it contains a
# listing of app sub-dirs we should include in langpack xpis. If not,
# check DIST_SUBDIR, and if that isn't present, just package the default
# chrome directory.
PKG_ZIP_DIRS = chrome $(or $(DIST_SUBDIRS),$(DIST_SUBDIR))
# chrome directory and top-level localization for Fluent.
PKG_ZIP_DIRS = chrome localization $(or $(DIST_SUBDIRS),$(DIST_SUBDIR))
# Clone a l10n repository, either via hg or git
# Make this a variable as it's embedded in a sh conditional