Author: marcus
Date: Tue Apr 29 18:57:21 2014
New Revision: 1591054

URL: http://svn.apache.org/r1591054
Log:
Changed Mac OS platform from 32-bit to 64-bit, to get the builds displayed 
again on 'other.html'

Modified:
    openoffice/ooo-site/trunk/content/download/download_other.js

Modified: openoffice/ooo-site/trunk/content/download/download_other.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/download_other.js?rev=1591054&r1=1591053&r2=1591054&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/download_other.js (original)
+++ openoffice/ooo-site/trunk/content/download/download_other.js Tue Apr 29 
18:57:21 2014
@@ -271,7 +271,7 @@ function write_build( rel_mode, URL_AOO,
                }
                if ( rel_mode == 0 ) {
                        // Release mode
-                       if ( PLATFORM.indexOf( "MacOS_x86" ) > -1 ) {
+                       if ( PLATFORM.indexOf( "MacOS_x86-64" ) > -1 ) {
                                document.write( "<td style='text-align: 
center'><a href='"              + URL_AOO  +                                    
"_MacOS_x86-64_" + TYPE  + "_" + INSTALL_LANG[ k ] + 
".dmg/download'><b>dmg</b></a><br /><br />" );
                                document.write( "                               
<a " + SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_MacOS_x86-64_" + TYPE  + "_" + INSTALL_LANG[ k ] + ".dmg.asc'>ASC</a>" );
                                document.write( "                               
<a " + SMALL + "href='" + URL_HASH + "/binaries/SDK/" + AOO + VERSION + 
"_MacOS_x86-64_" + TYPE  + "_" + INSTALL_LANG[ k ] + ".dmg.md5'>MD5</a><br />" 
);


Reply via email to