From cd5fd07207d2096787ecf34a7f1b837887a3fecd Mon Sep 17 00:00:00 2001 From: Peter Foley Date: Sun, 21 Oct 2012 12:41:10 -0400 Subject: [PATCH] translations dir always exists with submodules Change-Id: I7d6e671f45355eb03fb9e1a49d7123e2f1699e80 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6521130db285..6d9817e63eb8 100644 --- a/configure.ac +++ b/configure.ac @@ -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"