diff options
-rw-r--r-- | solenv/bin/modules/installer.pm | 6 | ||||
-rw-r--r-- | solenv/bin/modules/installer/globals.pm | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/solenv/bin/modules/installer.pm b/solenv/bin/modules/installer.pm index 3977ab200fec..7f18a572cbcb 100644 --- a/solenv/bin/modules/installer.pm +++ b/solenv/bin/modules/installer.pm @@ -232,11 +232,6 @@ sub run { if ( $installer::globals::iswindowsbuild ) { installer::control::read_lcidlist($includepatharrayref); } - #################################################################### - # 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; } - ##################################################################### # Including additional inc files for variable settings, if defined ##################################################################### @@ -325,7 +320,6 @@ sub run { if ( $installer::globals::languagepack ) { installer::scriptitems::use_langpack_copy_scpaction($scpactionsinproductarrayref); } elsif ( $installer::globals::helppack ) { installer::scriptitems::use_langpack_copy_scpaction($scpactionsinproductarrayref); } -# if (($installer::globals::devsnapshotbuild)) { installer::scriptitems::use_dev_copy_scpaction($scpactionsinproductarrayref); } # TODO: why is this not done in scp2 based on the value of $(ENABLE_RELEASE_BUILD)? elsif ( $allvariableshashref->{'PRODUCTNAME'} eq "LibreOfficeDev" ) { installer::scriptitems::use_devversion_copy_scpaction($scpactionsinproductarrayref); } diff --git a/solenv/bin/modules/installer/globals.pm b/solenv/bin/modules/installer/globals.pm index a7ec5e50b209..2309a3781b4e 100644 --- a/solenv/bin/modules/installer/globals.pm +++ b/solenv/bin/modules/installer/globals.pm @@ -182,7 +182,6 @@ BEGIN $is_simple_packager_project = 0; $patch_user_dir = 0; $languagepack = 0; - $devsnapshotbuild = 0; $helppack = 0; $refresh_includepaths = 0; $include_paths_read = 0; |