summaryrefslogtreecommitdiff
path: root/solenv/bin
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2013-03-01 16:45:35 +0100
committerPetr Mladek <pmladek@suse.cz>2013-03-01 16:48:29 +0100
commit16826147188bd78d67b97863226f903cc24add71 (patch)
tree8ac500f00aed2e6e22d43bd0706dc7866eb7474e /solenv/bin
parent6f6443f2cbbe21249aceed28bc575227e63ed393 (diff)
rename LOdev builds to LibreOfficeDev
It is similar change that we did for the release builds. Also fixes make-dev install on Windows. Change-Id: I7d9a4bc2e7b14e79516acdfb90c709dbde1378ab
Diffstat (limited to 'solenv/bin')
-rw-r--r--solenv/bin/modules/installer/download.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/download.pm b/solenv/bin/modules/installer/download.pm
index 56606e8a369a..18d2768eada4 100644
--- a/solenv/bin/modules/installer/download.pm
+++ b/solenv/bin/modules/installer/download.pm
@@ -325,7 +325,7 @@ sub get_downloadname_productname
if ( $allvariables->{'PRODUCTNAME'} eq "LibreOffice" ) { $start = "LibreOffice"; }
- if ( $allvariables->{'PRODUCTNAME'} eq "LOdev" ) { $start = "LibO-Dev"; }
+ if ( $allvariables->{'PRODUCTNAME'} eq "LibreOfficeDev" ) { $start = "LibreOfficeDev"; }
if ( $allvariables->{'PRODUCTNAME'} eq "OxygenOffice" ) { $start = "OOOP"; }