diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-05-17 11:43:08 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2016-03-04 13:34:49 +0100 |
commit | 7bba75cf5b3c42576f4cdbfb82f61c2de4932f8a (patch) | |
tree | 751ea95e8bc0819f8cb2f0428ec1e2f14baf44ff /Makefile.in | |
parent | 32c8ba64928ff541274cda3cd49b406da97d0c14 (diff) |
remove unopkg script from MacOSX folder of sandboxed app
Change-Id: Ib59953225480e6923e418b966cce289f07f863b5
(cherry picked from commit f16f8ee5c2a269339a36bf6af9b24b50b4328a37)
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 ff8f36ba0334..251f70724350 100644 --- a/Makefile.in +++ b/Makefile.in @@ -324,8 +324,9 @@ ifneq ($(MACOSX_CODESIGNING_IDENTITY),) rm -rf $(TESTINSTALLDIR)/LibreOffice$(if $(ENABLE_RELEASE_BUILD),,Dev).app/Contents/Frameworks/LibreOfficePython.framework/Versions/[1-9]*/lib/python[1-9]*/config-[1-9]* # ifneq ($ENABLE_MACOSX_SANDBOX),) -# Remove the gengal.bin binary that we don't want +# Remove the gengal.bin binary and unopkg script that we don't want rm $(TESTINSTALLDIR)/LibreOffice$(if $(ENABLE_RELEASE_BUILD),,Dev).app/Contents/MacOS/gengal.bin + rm $(TESTINSTALLDIR)/LibreOffice$(if $(ENABLE_RELEASE_BUILD),,Dev).app/Contents/MacOS/unopkg endif # # Then use the macosx-codesign-app-bundle script |