[Libreoffice-commits] .: Branch 'libreoffice-3-3' - bin/unpack
René Engelhard
rene at kemper.freedesktop.org
Sat Nov 6 12:01:49 PDT 2010
bin/unpack | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 97afc3a06a14ce2d0a6efa8ad8b7585f4dcca6a0
Author: Rene Engelhard <rene at debian.org>
Date: Thu Nov 4 09:48:31 2010 +0100
don't rsync l10n/ if it exists but we're only building for en-US
diff --git a/bin/unpack b/bin/unpack
index a576f25..221ffba 100755
--- a/bin/unpack
+++ b/bin/unpack
@@ -325,7 +325,7 @@ else
touch "$CLONEDIR/repos_changed"
rsync -prLt --exclude .git --exclude 'unx*.pro' --exclude 'wnt*.pro' "$RAWBUILDDIR/" "$OOBUILDDIR/"
touch "$TOOLSDIR/stamp/refresh"
- if test -d "$CLONEDIR/l10n" ; then
+ if test -d "$CLONEDIR/l10n" && [ "$OOO_LANGS" != "en-US" ]; then
echo "* copying translations into $OOBUILDDIR..."
rsync -a --exclude .git $CLONEDIR/l10n/* $OOBUILDDIR/
fi
More information about the Libreoffice-commits
mailing list