diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-11-14 17:13:48 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-11-14 18:36:02 +0200 |
commit | ed89b432dff252d3b1a18ad7694bbf2c4abc36ff (patch) | |
tree | c73f2548b7c8d9d7ea377af9f1c332dd1a40a6b2 /Makefile.in | |
parent | 17cfe6e25d479428de308c22fcd218dcf8827840 (diff) |
Don't bother with unoinfo either in the sandboxed app bundle
Note: Only for the ENABLE_MACOSX_SANDBOX case. Does not affect a
regular signed build.
Change-Id: I296ebdd5de075c1efbd198c671a3ec082681deb4
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index fcd4a8cbfc32..5a6d5e8d1ae9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -351,9 +351,10 @@ ifneq ($(MACOSX_CODESIGNING_IDENTITY),) rm -rf $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/Frameworks/LibreOfficePython.framework/Versions/[1-9]*/lib/python[1-9]*/config-[1-9]* # ifneq ($(ENABLE_MACOSX_SANDBOX),) -# Remove the gengal binary and unopkg script that we don't want +# Remove the gengal binary and unopkg and unoinfo scripts that we don't want rm $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/MacOS/gengal rm $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/MacOS/unopkg + rm $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/MacOS/unoinfo endif # # Then use the macosx-codesign-app-bundle script |