Makefile.in |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

New commits:
commit dc6fda0795cc9401423a7f9f88e50336e050b75e
Author: Tor Lillqvist <t...@iki.fi>
Date:   Sat Feb 2 10:36:28 2013 +0200

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

diff --git a/Makefile.in b/Makefile.in
index 2b43f04..5e5d29b 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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to