diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-06-18 20:42:24 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-09 22:09:08 +0200 |
commit | 451ee8a4d75d08e8162147f4c467c4d0673ba31f (patch) | |
tree | 9edf46a048c0b48b95c3b27780cdde3b42e818d5 /scp2 | |
parent | 0a4f7fd2808acacc807dd6e9f46a8583687698b3 (diff) |
install soffice script into instdir
Change-Id: Id55fc6efcd957de926df79ca02200f4fda7c56b0
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 59918cba6ea1..e706330ebe3e 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -500,6 +500,17 @@ End #endif +#if !defined MACOSX && !defined WNT + +File gid_Brand_File_Bin_Soffice + BIN_FILE_BODY; + Dir = FILELIST_DIR; + Name = "desktop_soffice_sh.filelist"; + Styles = (FILELIST, PACKED); +End + +#else + File gid_Brand_File_Bin_Soffice BIN_FILE_BODY; Dir = gid_Brand_Dir_Program; @@ -513,6 +524,8 @@ File gid_Brand_File_Bin_Soffice #endif End +#endif + #if defined(UNX) && !defined(MACOSX) && !defined(LIBO_HEADLESS) File gid_Brand_File_Bin_Spadmin BIN_FILE_BODY; |