[ooo-build-commit] .: bin/unpack
Kohei Yoshida
kohei at kemper.freedesktop.org
Thu May 20 17:45:13 PDT 2010
bin/unpack | 7 -------
1 file changed, 7 deletions(-)
New commits:
commit 1b9cf4eecfa0252177bca64f6f72f56137cf3831
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Thu May 20 20:44:00 2010 -0400
No need to copy the mdds pkg into mdds/download/.
The build now fetches the pkg directly from the src directory.
* bin/unpack:
diff --git a/bin/unpack b/bin/unpack
index c179506..944cc9f 100755
--- a/bin/unpack
+++ b/bin/unpack
@@ -976,11 +976,4 @@ if echo $PROPAGATED_ARGS | grep -q enable-mysql-connector; then
fi
fi
-if test "x$SYSTEM_MDDS" != "x"; then
- echo "Copying mdds_0.3.0.tar.bz2 into the tree"
- check_tarball $SRCDIR/mdds_0.3.0.tar.bz2
- mkdir -p $OOBUILDDIR/mdds/download
- $GNUCP -a $SRCDIR/mdds_0.3.0.tar.bz2 -d $OOBUILDDIR/mdds/download || exit 1
-fi
-
fi # PIECES hack
More information about the ooo-build-commit
mailing list