[ooo-build-commit] .: download.in

Fridrich Strba fridrich at kemper.freedesktop.org
Tue Sep 28 03:33:15 PDT 2010


 download.in |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit b7b57a9d80de260a9c0db13a8755efdcfef913db
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Tue Sep 28 12:32:39 2010 +0200

    Download ant for LibreOffice\* builds always

diff --git a/download.in b/download.in
index 6ffa513..1d4c6ac 100755
--- a/download.in
+++ b/download.in
@@ -413,7 +413,8 @@ if ($download_all && '@BUILD_WIN32@' eq '')
 }
 
 # Misc. bits for Win32
-if ('@BUILD_WIN32@' ne '')
+if ('@BUILD_WIN32@' ne '' || '@DISTRO@' eq 'LibreOfficeLinux'
+      || '@DISTRO@' eq 'LibreOfficeWin32' || '@DISTRO@' eq 'LibreOfficeMacOSX')
 {
     source_file( 'unicows.exe' ) unless '@DISTRO@' =~ m/NovellWin32|GoOoWin32/;
     source_file( 'dbghinst.EXE' );


More information about the ooo-build-commit mailing list