summaryrefslogtreecommitdiff
path: root/scp2/source/ooo/file_ooo.scp
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-09-11 13:59:01 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-09-11 13:59:32 +0200
commitf0b57c30fdb5ecdd25879844159b9038399bc6de (patch)
treeb68470ec806117d2354cbda0d31f532362db53cc /scp2/source/ooo/file_ooo.scp
parentd77dc4381d876fc1e97ce8142dfd26ad52ebaa35 (diff)
Info.plist et al were no longer found when creating a .dmg
Change-Id: I898fd9e3ada84a52bd6305314f8b80db0254b3fc
Diffstat (limited to 'scp2/source/ooo/file_ooo.scp')
-rw-r--r--scp2/source/ooo/file_ooo.scp16
1 files changed, 2 insertions, 14 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index 7679da701a53..11416d6468be 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -721,19 +721,11 @@ End
#endif
#ifdef MACOSX
-File gid_File_App_PkgInfo
- TXT_FILE_BODY;
- Dir = gid_Dir_Bundle_Contents;
- Name = "PkgInfo";
-End
-#endif
-
-#ifdef MACOSX
File gid_File_App_InfoPlist
TXT_FILE_BODY;
Dir = gid_Dir_Bundle_Contents;
- Name = "Info.plist";
- Styles = (SCPZIP_REPLACE);
+ Name = "infoplist.filelist";
+ Styles = (FILELIST);
End
#endif
@@ -756,10 +748,6 @@ End
#endif
#ifdef MACOSX
-ITERATE_ALL_LANG_FILE(InfoPlist_Lang,Bundle_Contents_Resources_Lang,ARCHIVE_TXT_FILE_BODY,InfoPlist,.zip)
-#endif
-
-#ifdef MACOSX
File gid_File_Spotlight_Bundle
TXT_FILE_BODY;
Dir = FILELIST_DIR;