summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-05-14 00:01:17 +0200
committerAndras Timar <andras.timar@collabora.com>2015-05-14 00:02:35 +0200
commitcb5a0b03bef4eb8ab0d8689ec73ed83bb73ef5c0 (patch)
tree5c598e270a584c3bad595700168cff546877c447
parentbd4f62dfcefa2dad749431f80a1e6c00c28751ca (diff)
do not set unix executable bit for CREDITS.fodt, LICENSE.fodt and NOTICE
Change-Id: Iab15ca1479d39e480369a18a7b043675d319f2ca
-rw-r--r--scp2/source/ooo/common_brand.scp6
1 files changed, 3 insertions, 3 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index 9650c181d2a7..e850714cecc6 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -1267,7 +1267,7 @@ File gid_License_Txt
End
File gid_License_Odt
- BIN_FILE_BODY;
+ TXT_FILE_BODY;
#if defined MACOSX
Dir = gid_Dir_Bundle_Contents_Resources;
#else
@@ -1278,7 +1278,7 @@ File gid_License_Odt
End
File gid_Credits_Odt
- BIN_FILE_BODY;
+ TXT_FILE_BODY;
#if defined MACOSX
Dir = gid_Dir_Bundle_Contents_Resources;
#else
@@ -1289,7 +1289,7 @@ File gid_Credits_Odt
End
File gid_Apache_Notice
- BIN_FILE_BODY;
+ TXT_FILE_BODY;
#if defined MACOSX
Dir = gid_Dir_Bundle_Contents_Resources;
#else