Kaydet (Commit) 7bba75cf authored tarafından Andras Timar's avatar Andras Timar

remove unopkg script from MacOSX folder of sandboxed app

Change-Id: Ib59953225480e6923e418b966cce289f07f863b5
(cherry picked from commit f16f8ee5)
üst 32c8ba64
...@@ -324,8 +324,9 @@ ifneq ($(MACOSX_CODESIGNING_IDENTITY),) ...@@ -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]* 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),) 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/gengal.bin
rm $(TESTINSTALLDIR)/LibreOffice$(if $(ENABLE_RELEASE_BUILD),,Dev).app/Contents/MacOS/unopkg
endif endif
# #
# Then use the macosx-codesign-app-bundle script # Then use the macosx-codesign-app-bundle script
......
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