From f0b57c30fdb5ecdd25879844159b9038399bc6de Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 11 Sep 2013 13:59:01 +0200 Subject: Info.plist et al were no longer found when creating a .dmg Change-Id: I898fd9e3ada84a52bd6305314f8b80db0254b3fc --- scp2/source/ooo/file_ooo.scp | 16 ++-------------- scp2/source/ooo/module_lang_template.scp | 3 +-- 2 files changed, 3 insertions(+), 16 deletions(-) (limited to 'scp2') 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 @@ -720,20 +720,12 @@ File gid_File_Dat_Root5 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 @@ -755,10 +747,6 @@ File gid_File_Res_Bundle 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; 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 -- cgit