diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2010-11-05 16:14:29 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2010-11-05 16:18:15 +0100 |
commit | 5a1cfb52bbfcf4c4af17163174849bdd2f13f995 (patch) | |
tree | e8a1e8f09c89b6d670525ee57bb731fb1ad7d0bd /sysui | |
parent | cdef8a2ad1ec3c85a09c7eb92121e039d4260ae0 (diff) |
Have Info.plist use LibO instead of OOo2 as creator
This fixed fdo#30569. There were several places where mac-specific
platform files had 'OOo2' hardcoded. Changed this to LibO.
(cherry picked from commit 5e0f68b58ba958dedf2ead621c9632b806155ee1)
Diffstat (limited to 'sysui')
-rw-r--r-- | sysui/desktop/macosx/Info.plist | 2 | ||||
-rw-r--r-- | sysui/desktop/macosx/makefile.mk | 7 |
2 files changed, 2 insertions, 7 deletions
diff --git a/sysui/desktop/macosx/Info.plist b/sysui/desktop/macosx/Info.plist index 6a3b27f07601..8100df25d2a1 100644 --- a/sysui/desktop/macosx/Info.plist +++ b/sysui/desktop/macosx/Info.plist @@ -1398,7 +1398,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> - <string>OOo2</string> + <string>LibO</string> <key>LSRequiresCarbon</key> <string>1</string> <key>NSPrincipalClass</key> diff --git a/sysui/desktop/macosx/makefile.mk b/sysui/desktop/macosx/makefile.mk index 059b3b87bb46..9d551600d7d2 100644 --- a/sysui/desktop/macosx/makefile.mk +++ b/sysui/desktop/macosx/makefile.mk @@ -46,13 +46,8 @@ ZIP1TARGET = osxicons ZIP1DIR = ../icons ZIP1LIST := $(shell $(PERL) -w list_icons.pl < Info.plist) -.IF "$(GUIBASE)"!="aqua" -CREATOR_TYPE=OOo2 -EXECUTABLE=droplet -.ELSE -CREATOR_TYPE=OOO2 +CREATOR_TYPE=LIBO EXECUTABLE=soffice -.ENDIF .IF "$(WITH_LANG)"!="" ULFDIR:=$(COMMONMISC)$/desktopshare |