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
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to