translations dir always exists with submodules

Change-Id: I7d6e671f45355eb03fb9e1a49d7123e2f1699e80
This commit is contained in:
Peter Foley
2012-10-21 12:41:10 -04:00
parent f9735c65aa
commit cd5fd07207

View File

@@ -12242,7 +12242,7 @@ AC_SUBST(GIT_NEEDED_SUBMODULES)
PathFormat "$SRC_ROOT/translations"
L10N_MODULE="$formatted_path"
WITH_POOR_HELP_LOCALIZATIONS=
if test -d "./translations"; then
if test -d "./translations/source"; then
for l in `ls -1 translations/source`; do
if test ! -d translations/source/$l/helpcontent2; then
WITH_POOR_HELP_LOCALIZATIONS="$WITH_POOR_HELP_LOCALIZATIONS $l"