[Libreoffice-commits] .: Makefile.in
Tor Lillqvist
tml at iki.fi
Sat Feb 2 00:37:53 PST 2013
Makefile.in | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
New commits:
commit dc6fda0795cc9401423a7f9f88e50336e050b75e
Author: Tor Lillqvist <tml at 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
More information about the Libreoffice-commits
mailing list