diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-11 13:59:01 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-09-11 13:59:32 +0200 |
commit | f0b57c30fdb5ecdd25879844159b9038399bc6de (patch) | |
tree | b68470ec806117d2354cbda0d31f532362db53cc /scp2/source/ooo | |
parent | d77dc4381d876fc1e97ce8142dfd26ad52ebaa35 (diff) |
Info.plist et al were no longer found when creating a .dmg
Change-Id: I898fd9e3ada84a52bd6305314f8b80db0254b3fc
Diffstat (limited to 'scp2/source/ooo')
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 16 | ||||
-rw-r--r-- | scp2/source/ooo/module_lang_template.scp | 3 |
2 files changed, 3 insertions, 16 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; diff --git a/scp2/source/ooo/module_lang_template.scp b/scp2/source/ooo/module_lang_template.scp index 0780b17b137a..63f416977386 100644 --- a/scp2/source/ooo/module_lang_template.scp +++ b/scp2/source/ooo/module_lang_template.scp @@ -52,8 +52,7 @@ Module gid_Module_Langpack_Basis_Template gid_File_Registry_Lang, gid_File_Registry_Spool_Langpack_Lang, gid_File_Share_Registry_Ctl_Xcd, - gid_File_Share_Registry_Ctlseqcheck_Xcd, - gid_File_InfoPlist_Lang); + gid_File_Share_Registry_Ctlseqcheck_Xcd); Dirs = (gid_Dir_Samples_Language, gid_Dir_Autotext_Language); End |