You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by js...@apache.org on 2013/02/25 13:52:05 UTC

svn commit: r1449688 - /openoffice/trunk/main/solenv/bin/make_installer.pl

Author: jsc
Date: Mon Feb 25 12:52:05 2013
New Revision: 1449688

URL: http://svn.apache.org/r1449688
Log:
#121388# tweak special handling for dev buuidls on MacOS

Modified:
    openoffice/trunk/main/solenv/bin/make_installer.pl

Modified: openoffice/trunk/main/solenv/bin/make_installer.pl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/solenv/bin/make_installer.pl?rev=1449688&r1=1449687&r2=1449688&view=diff
==============================================================================
--- openoffice/trunk/main/solenv/bin/make_installer.pl (original)
+++ openoffice/trunk/main/solenv/bin/make_installer.pl Mon Feb 25 12:52:05 2013
@@ -339,7 +339,7 @@ if ( $installer::globals::iswindowsbuild
 ####################################################################
 # MacOS dmg build requires special DS_Store file to arrange icons
 ####################################################################
-if (($installer::globals::ismacdmgbuild) && ($installer::globals::product eq "OpenOffice_Dev")) { $installer::globals::devsnapshotbuild = 1; }
+if (($installer::globals::ismacdmgbuild) && ($installer::globals::product =~ /OpenOffice_Dev/)) { $installer::globals::devsnapshotbuild = 1; }
 
 #####################################################################
 # Including additional inc files for variable settings, if defined