Kaydet (Commit) dc6fda07 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Do re-sign the bundle as a whole as soffice has been modified and/or renamed

Change-Id: I5e798fb94594ef4f91db7b57058f1c5cfb021d8e
üst 66bf0eb5
......@@ -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
......
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