diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-09-20 10:37:32 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-09-20 10:37:57 +0200 |
commit | 01c557cd33bcbd0e5860fcceee34ad933176e125 (patch) | |
tree | a9171e52f72cb13a205ef7bad70ac91ad4d48181 /scp2 | |
parent | e0dc7d906b3bcd505c1c256f630fed774c5e5424 (diff) |
For now, keep the Mac OS X duplication of soffice.bin as soffice in installation sets.
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index b639f5cf97dc..dfd577a1d873 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -522,12 +522,18 @@ End File gid_Brand_File_Bin_Soffice BIN_FILE_BODY; Dir = gid_Brand_Dir_Program; +#if defined MACOSX + Name = "soffice.bin"; + InstallName = "soffice"; + Styles = (PACKED, SUBST_FILENAME); +#else Name = EXENAME(soffice); #ifdef WNT Styles = (PACKED, PATCH_SO_NAME); #else Styles = (PACKED); #endif +#endif End #if defined(UNX) && !defined(QUARTZ) |