ooo-build r15478 - trunk



Author: pmladek
Date: Thu Mar  5 14:57:02 2009
New Revision: 15478
URL: http://svn.gnome.org/viewvc/ooo-build?rev=15478&view=rev

Log:
2009-03-05  Petr Mladek  <pmladek suse cz>

	* download.in: fix to really work with ooo310-m4



Modified:
   trunk/ChangeLog
   trunk/download.in

Modified: trunk/download.in
==============================================================================
--- trunk/download.in	(original)
+++ trunk/download.in	Thu Mar  5 14:57:02 2009
@@ -298,8 +298,8 @@
 if ($SPLIT) {
   # temporary hack until we drop support for ooo310-m3 and lower
   my $milestone = '@CVSTAG@';
-  $tag =~ s/ooo310-m//;
-  if ($tag < 4) {
+  $milestone =~ s/ooo310-m//;
+  if ($milestone < 4) {
     push @files, ( source_file( "ure" ) );
     push @files, ( source_file( "sdk" ) );
     push @files, ( source_file( "base" ) );



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