View | Details | Raw Unified | Return to issue 90430
Collapse All | Expand All

(-)scp2/source/ooo/common_brand.scp (-1 / +1 lines)
Lines 323-329 Unixlink gid_Brand_Unixlink_BasisLink Link Here
323
    // Styles = (LAYERLINK);
323
    // Styles = (LAYERLINK);
324
    Name = "basis-link";
324
    Name = "basis-link";
325
    Dir = gid_Dir_Brand_Root;
325
    Dir = gid_Dir_Brand_Root;
326
    Target = "../${UNIXBASISROOTNAME}/basis${OOOBASEVERSION}";
326
    Target = "basis${OOOBASEVERSION}";
327
End
327
End
328
#endif
328
#endif
329
329
(-)scp2/source/ooo/directory_ooo.scp (-1 / +1 lines)
Lines 93-99 Directory gid_Dir_Ooo_Openofficeorg Link Here
93
  #ifdef WNT
93
  #ifdef WNT
94
    HostName = "${BASISROOTNAME}";
94
    HostName = "${BASISROOTNAME}";
95
  #else
95
  #else
96
    HostName = "${UNIXBASISROOTNAME}";
96
    HostName = ".";
97
  #endif
97
  #endif
98
End
98
End
99
#endif
99
#endif
(-)scp2/source/ooo/ooo_brand.scp (-1 / +1 lines)
Lines 36-42 Directory gid_Dir_Brand_Root Link Here
36
  #ifdef WNT
36
  #ifdef WNT
37
    HostName = "${PRODUCTNAME} ${BRANDPACKAGEVERSION}";
37
    HostName = "${PRODUCTNAME} ${BRANDPACKAGEVERSION}";
38
  #else
38
  #else
39
    HostName = "${UNIXPRODUCTNAME}${BRANDPACKAGEVERSION}";
39
    HostName = ".";
40
  #endif
40
  #endif
41
    Styles = (OFFICEDIRECTORY);
41
    Styles = (OFFICEDIRECTORY);
42
End
42
End

Return to issue 90430