It's plain "soffice" on Mac OS X now

...since 07ec7b1c2a "soffice.bin is named soffice
on Mac OS X."

Change-Id: I4a4e64565dc4f3553648bf96ef43b558f757c852
This commit is contained in:
Stephan Bergmann
2013-09-11 13:57:13 +02:00
parent 8af5482eab
commit d77dc4381d

View File

@@ -514,14 +514,8 @@ End
File gid_Brand_File_Bin_Soffice
BIN_FILE_BODY;
Dir = gid_Brand_Dir_Program;
#if defined MACOSX
Name = "soffice.bin";
InstallName = "soffice";
Styles = (PACKED, SUBST_FILENAME);
#else
Name = EXENAME(soffice);
Styles = (PACKED);
#endif
End
#endif