Add OxygenOffice related settings
* Start download package name with OOOP in case of OxygenOffice * Ability to create oxygenoffice product
This commit is contained in:
parent
5dcf8225a3
commit
25d454eb59
2 changed files with 3 additions and 1 deletions
|
@ -470,6 +470,8 @@ sub get_downloadname_productname
|
|||
|
||||
if ( $allvariables->{'PRODUCTNAME'} eq "URE" ) { $start = "LibO-URE"; }
|
||||
|
||||
if ( $allvariables->{'PRODUCTNAME'} eq "OxygenOffice" ) { $start = "OOOP"; }
|
||||
|
||||
if ( $allvariables->{'PRODUCTNAME'} eq "BrOffice.org" ) { $start = "BrOo"; }
|
||||
|
||||
if ( $allvariables->{'PRODUCTNAME'} eq "BrOo-dev" ) { $start = "BrOo-Dev"; }
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#
|
||||
#*************************************************************************
|
||||
|
||||
PRODUCTLIST = libreoffice broffice
|
||||
PRODUCTLIST = libreoffice broffice oxygenoffice
|
||||
|
||||
# default values to minimize maintainance effort
|
||||
PRODUCTVERSION = 3.4
|
||||
|
|
Loading…
Reference in a new issue