summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-08-24 14:11:42 +0200
committerDavid Tardon <dtardon@redhat.com>2012-08-24 14:12:45 +0200
commite19be74ff56422ba908a4e7a70dccda6a94c7026 (patch)
tree0c3f8e8afd800f2bc773b8a612927388200a2dfc /solenv
parent4b00567f578190fe2d0413cb25538f518c439b66 (diff)
build for en-US if no langs are specified
Change-Id: I21323d275f8381ecffa937563fccbc7bbb4b497e
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/AllLangZip.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/AllLangZip.mk b/solenv/gbuild/AllLangZip.mk
index 6534a985aea8..fa3b9debfbab 100644
--- a/solenv/gbuild/AllLangZip.mk
+++ b/solenv/gbuild/AllLangZip.mk
@@ -12,7 +12,7 @@
# Handles creation of a bunch of zip files with content dependent on
# language
-gb_AllLangZip_LANGS := $(gb_WITH_LANG)
+gb_AllLangZip_LANGS := $(if $(strip $(gb_WITH_LANG)),$(gb_WITH_LANG),en-US)
$(dir $(call gb_AllLangZip_get_target,%)).dir :
$(if $(wildcard $(dir $@)),,mkdir -p $(dir $@))