ooo-build r13055 - trunk



Author: vmiklos
Date: Thu Jul  3 17:11:27 2008
New Revision: 13055
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13055&view=rev

Log:
* download.in: It should not download the mozilla source when we
are on Linux and --all is not specified. This fixes the typo
introduced by r12878.


Modified:
   trunk/ChangeLog
   trunk/download.in

Modified: trunk/download.in
==============================================================================
--- trunk/download.in	(original)
+++ trunk/download.in	Thu Jul  3 17:11:27 2008
@@ -201,7 +201,7 @@
     push @files, ( source_file( "system" ) );
 }
 
-if ($download_all || '@BUILD_WIN32@' eq '')
+if ($download_all && '@BUILD_WIN32@' eq '')
 {
 	push @files, ( '@BUILD_MOZILLA_SOURCE@' );
 }



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