summaryrefslogtreecommitdiffstats
path: root/solenv/bin/make_installer.pl
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2011-11-03 18:57:23 +0100
committerThorsten Behrens <tbehrens@suse.com>2011-11-03 19:02:55 +0100
commitdab79744767c05fd5268866937e225b74e658cea (patch)
tree652a4ac44b44c115db8322ea180905eb49812fff /solenv/bin/make_installer.pl
parentgtk3: implement rendering for Listbox widgets (diff)
downloadcore-dab79744767c05fd5268866937e225b74e658cea.tar.gz
core-dab79744767c05fd5268866937e225b74e658cea.zip
Give Mac master builds a nice background .dmg image, too
Added a new DevVersionCopy action to scp2, that fires if PRODUCTNAME equals "LibO-dev" - in that case, we use the DS_Store_Dev one.
Diffstat (limited to 'solenv/bin/make_installer.pl')
-rw-r--r--solenv/bin/make_installer.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/make_installer.pl b/solenv/bin/make_installer.pl
index 10dac770fd63..3fa31f5626d1 100644
--- a/solenv/bin/make_installer.pl
+++ b/solenv/bin/make_installer.pl
@@ -487,6 +487,7 @@ if (( ! $allvariableshashref->{'XPDINSTALLER'} ) || ( ! $installer::globals::isx
if ( $installer::globals::languagepack ) { installer::scriptitems::use_langpack_copy_scpaction($scpactionsinproductarrayref); }
if ( $installer::globals::helppack ) { installer::scriptitems::use_langpack_copy_scpaction($scpactionsinproductarrayref); }
+if ( $allvariables->{'PRODUCTNAME'} eq "LibO-dev" ) { installer::scriptitems::use_devversion_copy_scpaction($scpactionsinproductarrayref); }
if ( $installer::globals::patch ) { installer::scriptitems::use_patch_copy_scpaction($scpactionsinproductarrayref); }
if ( $installer::globals::globallogging ) { installer::files::save_array_of_hashes($loggingdir . "productscpactions1b.log", $scpactionsinproductarrayref); }