configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit cd5fd07207d2096787ecf34a7f1b837887a3fecd Author: Peter Foley <pefol...@verizon.net> Date: Sun Oct 21 12:41:10 2012 -0400
translations dir always exists with submodules Change-Id: I7d6e671f45355eb03fb9e1a49d7123e2f1699e80 diff --git a/configure.ac b/configure.ac index 6521130..6d9817e 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" _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits