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

Bypass install-gdb-printers on OS X, they don't work anyway

Change-Id: I5636ba90d5513ecd6cb3bd20b3f583f8cd221717
üst 5372bbd0
......@@ -306,18 +306,16 @@ ifneq ($(MACOSX_CODESIGNING_IDENTITY),)
done; \
done
#
# Sign the app bundle as a whole (will sign the soffice binary)
#
# 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.
# Sign the app bundle as a whole (will sign the soffice binary too)
#
# At this stage we also attach the entitlements in the sandboxing case
#
codesign --force --verbose --sign $(MACOSX_CODESIGNING_IDENTITY) $(entitlements) $(DEVINSTALLDIR)/opt/LibreOffice.app
#
endif
ifneq ($(OS),MACOSX)
@install-gdb-printers -L
endif
else
@ooinstall -l $(DEVINSTALLDIR)/opt
endif
......
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