[Open Office] ooo-build HEAD unpack issue
michael meeks
michael.meeks at novell.com
Mon Oct 31 04:22:16 EST 2005
On Thu, 2005-10-27 at 01:12 +0200, Hanno Meyer-Thurow wrote:
> To make ooo-build's bin/unpack script unpack src680-m133-*.tar.bz2
> into wanted directory I had to apply this diff.
+mkdir -p $OOBUILDDIR
+cd $OOBUILDDIR/..
+
echo "Unpacking OO.o build tree - [ go make some tea ] ..."
tar $OOO_UNTAR_OPTIONS $SRCDIR/$OOO_TARBALL || exit 1
Looks broken to me; did you fiddle with --with-ooo-builddir ? if so -
don't just use the default.
we do a:
cd $BUILDDIR
before that unpack; where typically:
BUILDDIR=/path/to/ooo-build/build
and
OOBUILDDIR=/path/to/ooo-build/build/src680-m133
And of course the unpack creates the src680-m133 directory since the
source is packaged in that directory inside the archive.
So - IMHO your 1st patch is not ideal, and the 2nd patch tries to work
around that - but will end up creating many more problems in the long
run I think.
HTH,
Michael.
--
michael.meeks at novell.com <><, Pseudo Engineer, itinerant idiot
More information about the Openoffice
mailing list