ooo-build r14987 - in trunk: . bin



Author: szalaik
Date: Thu Jan  1 18:14:00 2009
New Revision: 14987
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14987&view=rev

Log:
2009-01-01  Kalman Szalai - KAMI <kamihir freemail hu>

	* bin/unpack: Does not unpack README and LICENSE files to the source root.



Modified:
   trunk/ChangeLog
   trunk/bin/unpack

Modified: trunk/bin/unpack
==============================================================================
--- trunk/bin/unpack	(original)
+++ trunk/bin/unpack	Thu Jan  1 18:14:00 2009
@@ -651,7 +651,7 @@
 	if test -f $SRCDIR/extras_$i.tar.gz; then
 		echo "Extracting extra $i extras"
 		cd $OOBUILDDIR
-		$GNUTAR xzf $SRCDIR/extras_$i.tar.gz || exit 1
+		$GNUTAR xzf $SRCDIR/extras_$i.tar.gz --exclude={"README","LICENSE"} || exit 1
 	fi
 	if test -f $SRCDIR/help_images_$i.tar.gz; then
 		echo "Extracting extra $i help images"



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