diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-09-09 00:44:21 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-09 22:09:13 +0200 |
commit | b3b641090041f5708021f23272724a28fd61c73d (patch) | |
tree | b0d3dadfd6ea04509250bb8362101b1af4d48ed1 /scp2 | |
parent | 6ec243f58d992ae9458c2ccd81f08a3d0ccf59bf (diff) |
desktop: put soffice.bin in INSTDIR too
Change-Id: Icfafff9120cae51c32ebfd87267e664f18f7ec8a
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 5d95ba7e1105..9692776c159c 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -537,10 +537,17 @@ End #ifndef MACOSX File gid_Brand_File_Bin_Soffice_Bin +#ifdef WNT +// FIXME quick hack + Dir = FILELIST_DIR; + Name = "desktop_soffice_bin.filelist"; + Styles = (FILELIST, PACKED); +#else BIN_FILE_BODY; Dir = gid_Brand_Dir_Program; Styles = (PACKED); Name = "soffice.bin"; +#endif End #endif |