Kaydet (Commit) 5f0b685a authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS dmgarchive (1.41.18); FILE MERGED

2007/11/08 14:47:01 obr 1.41.18.1: #i83174#,#i72908# moved dmg specific extras to scp
üst 95985845
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: directory_ooo.scp,v $ * $RCSfile: directory_ooo.scp,v $
* *
* $Revision: 1.41 $ * $Revision: 1.42 $
* *
* last change: $Author: vg $ $Date: 2007-10-15 12:55:55 $ * last change: $Author: ihi $ $Date: 2007-11-26 13:18:55 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -94,6 +94,16 @@ Directory gid_Dir_Program ...@@ -94,6 +94,16 @@ Directory gid_Dir_Program
#endif #endif
End End
#if defined MACOSX
Unixlink gid_Unixlink_Applications
BIN_FILE_BODY;
Styles = (PATCH);
Dir = PD_PROGDIR;
Name = "Applications";
Target = "/Applications";
End
#endif
#if defined MACOSX #if defined MACOSX
Unixlink gid_Unixlink_Program Unixlink gid_Unixlink_Program
BIN_FILE_BODY; BIN_FILE_BODY;
...@@ -379,21 +389,21 @@ Directory gid_Dir_Plugin ...@@ -379,21 +389,21 @@ Directory gid_Dir_Plugin
End End
Directory gid_Dir_Readme Directory gid_Dir_Readme
ParentID = PD_PROGDIR;
#ifndef MACOSX #ifndef MACOSX
DosName = "readmes"; ParentID = PD_PROGDIR;
#else #else
DosName = "READMEs"; ParentID = gid_Dir_Bundle_Contents;
#endif #endif
DosName = "readmes";
End End
Directory gid_Dir_License Directory gid_Dir_License
ParentID = PD_PROGDIR;
#ifndef MACOSX #ifndef MACOSX
DosName = "licenses"; ParentID = PD_PROGDIR;
#else #else
DosName = "LICENSEs"; ParentID = gid_Dir_Bundle_Contents;
#endif #endif
DosName = "licenses";
End End
Directory gid_Dir_Share Directory gid_Dir_Share
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment