ooo-build r15500 - trunk



Author: tml
Date: Sun Mar  8 14:07:51 2009
New Revision: 15500
URL: http://svn.gnome.org/viewvc/ooo-build?rev=15500&view=rev

Log:
2009-03-08  Tor Lillqvist  <tml novell com>

	* download.in: If $SPLIT don't download the libs_extern_sys file
	that has been already downloaded. (Anyway, we would need to screw
	around with the name of it depending on milestone here, too.)



Modified:
   trunk/ChangeLog
   trunk/download.in

Modified: trunk/download.in
==============================================================================
--- trunk/download.in	(original)
+++ trunk/download.in	Sun Mar  8 14:07:51 2009
@@ -418,7 +418,7 @@
     $distro eq 'OxygenOfficeLinux' || $distro eq 'OxygenOfficeWindows' || 
     $distro eq 'FSFhuLinux' || $distro eq 'FSFhuWindows' || 
     $distro eq 'translate-org-za-linux' || $distro eq 'translate-org-za-win32' || $distro eq 'Pardus') {
-    push @files, ( source_file( "libs_extern_sys" ) );
+    push @files, ( source_file( "libs_extern_sys" ) ) if !$SPLIT;
 }
 
 if ($download_all ||



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