[ooo-build-commit] .: bin/unpack
Fridrich Strba
fridrich at kemper.freedesktop.org
Thu Jul 29 05:30:51 PDT 2010
bin/unpack | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 8167262bf9807f0115aad6233889f13921bd35d6
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Thu Jul 29 14:29:56 2010 +0200
Create languagetool directory if requested to build LanguageTool
diff --git a/bin/unpack b/bin/unpack
index e1a7d04..993e381 100755
--- a/bin/unpack
+++ b/bin/unpack
@@ -931,6 +931,10 @@ if test "x$NLPSOLVER_EXTENSION" != "x"; then
mkdir -p $OOBUILDDIR/nlpsolver
fi
+if test "x$LANGUAGETOOL_EXTENSION" != "x"; then
+ mkdir -p $OOBUILDDIR/languagetool
+fi
+
if test "x$OOOBLOGGER_EXTENSION" != "x"; then
check_file $SRCDIR/$OOOBLOGGER_EXTENSION
echo "Copying oooblogger extension into the tree"
More information about the ooo-build-commit
mailing list