From 170b2d27bd406871840f5019dfccd2b27d5ff86f Mon Sep 17 00:00:00 2001 From: Kalman Szalai - KAMI Date: Wed, 4 May 2011 04:45:32 +0200 Subject: Add OxygenOffice related settings * Start download package name with OOOP in case of OxygenOffice * Ability to create oxygenoffice product --- solenv/bin/modules/installer/download.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'solenv/bin') diff --git a/solenv/bin/modules/installer/download.pm b/solenv/bin/modules/installer/download.pm index 3d47e4294216..ce21395cb6a9 100644 --- a/solenv/bin/modules/installer/download.pm +++ b/solenv/bin/modules/installer/download.pm @@ -470,6 +470,8 @@ sub get_downloadname_productname if ( $allvariables->{'PRODUCTNAME'} eq "URE" ) { $start = "LibO-URE"; } + if ( $allvariables->{'PRODUCTNAME'} eq "OxygenOffice" ) { $start = "OOOP"; } + return $start; } -- cgit