summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authortinderbox <tinderbox@mel.suse.cz>2013-04-11 14:07:25 +0200
committerPetr Mladek <pmladek@suse.cz>2013-04-11 14:16:24 +0200
commitca7cbe24cc497384d9b4f7d19d1fff3c84e3ea19 (patch)
tree349f4bda31246172a426a6328a2db597f71c9fb9 /scp2
parentf0c5f87deb14adeb65848a2d39baefaaa549669b (diff)
use only major version for the system installation path on Windows (fdo#62303)
It means the LO-4.1.x will get installed into "LibreOffice 4" instead of "LibreOffice 4.1" Change-Id: Ideae670437fda9847d4ee3a86c4cab079d8da07a
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/ooo_brand.scp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/ooo/ooo_brand.scp b/scp2/source/ooo/ooo_brand.scp
index a4106b6614a5..183b8bad6a93 100644
--- a/scp2/source/ooo/ooo_brand.scp
+++ b/scp2/source/ooo/ooo_brand.scp
@@ -31,7 +31,7 @@
Directory gid_Dir_Brand_Root
ParentID = PREDEFINED_PROGDIR;
#ifdef WNT
- HostName = "${PRODUCTNAME} ${BRANDPACKAGEVERSION}";
+ HostName = "${WINDOWSBASISROOTNAME}";
#else
HostName = ".";
#endif