diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-02 10:36:28 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-02 10:37:25 +0200 |
commit | dc6fda0795cc9401423a7f9f88e50336e050b75e (patch) | |
tree | e761fc1eba5e5a154766b13bbd4eca8470db4971 /Makefile.in | |
parent | 66bf0eb5d18c6b869bf7c53040bcac23071b0f7d (diff) |
Do re-sign the bundle as a whole as soffice has been modified and/or renamed
Change-Id: I5e798fb94594ef4f91db7b57058f1c5cfb021d8e
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 2b43f049db94..5e5d29b1746c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -370,8 +370,11 @@ ifneq ($(MACOSX_CODESIGNING_IDENTITY),) done # # Sign the app bundle as a whole (will sign the soffice binary) -# Not necessary as the soffice binary will have been signed after linking. -# codesign --verbose --sign $(MACOSX_CODESIGNING_IDENTITY) $(DEVINSTALLDIR)/opt/LibreOffice.app +# +# The soffice binary will have been signed after linking but it needs +# to be re-signed as it has been renamed, or modified, or something +# after linking. + codesign --force --verbose --sign $(MACOSX_CODESIGNING_IDENTITY) $(DEVINSTALLDIR)/opt/LibreOffice.app # endif @install-gdb-printers -L |