ooo-build r11309 - in trunk: . bin



Author: brosenk
Date: Thu Jan 17 21:52:00 2008
New Revision: 11309
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11309&view=rev

Log:
Error out if writerfilter isn't there, as discussed on mailing list


Modified:
   trunk/ChangeLog
   trunk/bin/unpack

Modified: trunk/bin/unpack
==============================================================================
--- trunk/bin/unpack	(original)
+++ trunk/bin/unpack	Thu Jan 17 21:52:00 2008
@@ -497,6 +497,9 @@
     cd $OOBUILDDIR
     rm -rf writerfilter
     ($OOO_DECOMPRESS_CMD $SRCDIR/$WRITERFILTER_MODULE_TARBALL | $GNUTAR xpf - ) || exit 1
+else
+    echo "The writerfilter module is missing - please run the download script."
+    exit 1
 fi
 
 # OxygenOffice extras



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]