[ooo-build-commit] .: bin/unpack

Fridrich Strba fridrich at kemper.freedesktop.org
Fri Jul 16 02:45:27 PDT 2010


 bin/unpack |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 87cb0f0120bfd1bdcc8e2562f7006e9c8506d8a2
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Fri Jul 16 11:44:02 2010 +0200

    create nlpsolver directory for apply to work well if nlpsolver is to be built
    
    * bin/unpack:

diff --git a/bin/unpack b/bin/unpack
index eb35112..8442a06 100755
--- a/bin/unpack
+++ b/bin/unpack
@@ -925,6 +925,10 @@ if test "x$GOOGLE_DOCS_EXTENSION" != "x"; then
     $GNUCP $SRCDIR/$GOOGLE_DOCS_EXTENSION -d $OOBUILDDIR/extras/source/extensions/gdocs.oxt || exit 1
 fi
 
+if test "x$NLPSOLVER_EXTENSION" != "x"; then
+    mkdir -p $OOBUILDDIR/nlpsolver
+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