[Libreoffice-commits] .: configure.ac
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Oct 21 09:42:17 PDT 2012
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cd5fd07207d2096787ecf34a7f1b837887a3fecd
Author: Peter Foley <pefoley2 at 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"
More information about the Libreoffice-commits
mailing list