diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-05-17 11:07:14 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2016-03-04 13:34:48 +0100 |
commit | 3a663f7a4580b97518aee4e0c797b549c67ef1a5 (patch) | |
tree | e538beda28063e6da2f7f6386758154a490ee95a | |
parent | ea1ca253d3b24fd64cf6678785e4170f42ee06f9 (diff) |
Don't package unoinfo in case of Mac OS X like app structure
Change-Id: I517ed7ac43b0655c7e571e0b9fead32c4f2e7948
(cherry picked from commit ec51b41ba4831ce43a4f3ead47c72d2d6a884f61)
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 193355137395..c3667de91da0 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -512,7 +512,7 @@ File gid_Brand_File_Desktophelper_Txt End #endif -#if !defined WNT +#if !defined WNT && !defined MACOSX File gid_Brand_File_Bin_Unoinfo BIN_FILE_BODY; Dir = gid_Brand_Dir_Program; |