diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-09 18:06:48 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-09 18:07:26 +0100 |
commit | 57e6d742a9e2aeb11b179122991e7d35ca54543c (patch) | |
tree | c72eae79a692aa05aa8d5e3a0ac2370b82639bb0 /scp2 | |
parent | d51502c654ddc3ff6ef8ca7b8f190807bb0a8010 (diff) |
On Mac OS X, directly name the executable "unopkg"
Change-Id: I5f846d7f7c5ed54179504f551e19227f7283bda2
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 7a4e5b1bfa2c..9650c181d2a7 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -86,9 +86,6 @@ Module gid_Module_Root_Brand git_License_Odt, gid_Credits_Odt, gid_Apache_Notice); -#if defined MACOSX - Unixlinks = (gid_Brand_Unixlink_Unopkg); -#endif End // Language specific brand module @@ -532,16 +529,6 @@ File gid_Brand_File_Script_Unopkg End #endif -#if defined MACOSX -Unixlink gid_Brand_Unixlink_Unopkg - BIN_FILE_BODY; - Dir = gid_Brand_Dir_Program; - Name = "unopkg"; - Target = "unopkg.bin"; - Styles = (); -End -#endif - File gid_Brand_File_Bmp_IntroAboutShell TXT_FILE_BODY; Dir = FILELIST_DIR; |