[Libreoffice-commits] .: Branch 'libreoffice-3-3' - bin/unpack
René Engelhard
rene at kemper.freedesktop.org
Sat Jan 1 08:30:55 PST 2011
bin/unpack | 11 -----------
1 file changed, 11 deletions(-)
New commits:
commit 8003137b7b491f24db02368ad4376d8c83794a15
Author: Rene Engelhard <rene at debian.org>
Date: Sat Jan 1 17:28:45 2011 +0100
remove long obsolete copy of (and broken check for) mysql-connector-cpp.zip
diff --git a/bin/unpack b/bin/unpack
index 09fc4d8..3d1af73 100755
--- a/bin/unpack
+++ b/bin/unpack
@@ -935,15 +935,4 @@ if test "x$OOOBLOGGER_EXTENSION" != "x"; then
cp $SRCDIR/$OOOBLOGGER_EXTENSION $OOBUILDDIR/extras/source/extensions/oooblogger.oxt || exit 1
fi
-if echo $PROPAGATED_ARGS | grep -q enable-mysql-connector; then
- if ! echo $PROPAGATED_ARGS | grep -q system-mysql-cppconn; then
- if [ ! -f $OOBUILDDIR/mysqlcppconn/download/mysql-connector-cpp.zip ]; then
- check_tarball $SRCDIR/mysql-connector-cpp.zip
- echo "Copying mysql-connector-cpp.zip into the tree"
- mkdir -p $OOBUILDDIR/mysqlcppconn/download
- cp -a $SRCDIR/mysql-connector-cpp.zip $OOBUILDDIR/mysqlcppconn/download || exit 1
- fi
- fi
-fi
-
fi # PIECES hack
More information about the Libreoffice-commits
mailing list