Kaydet (Commit) 7956d38f authored tarafından Tor Lillqvist's avatar Tor Lillqvist

We don't want those bin/InfoPlist_*.zip files in the app bundle

Change-Id: I29eefa599f175d98303fca8f5ccf1c8fe85b0bbc
üst 29e6e010
......@@ -291,6 +291,10 @@ ifeq ($(OS_FOR_BUILD),WNT)
else
@ooinstall $(TESTINSTALLDIR)
ifneq ($(MACOSX_CODESIGNING_IDENTITY),)
# The InfoPlist_*.zip files in "bin" are totally pointless and should
# not be there. I am too lazy at the moment to figure out how to
# prevent them from ending up there.
rm -rf $(TESTINSTALLDIR)/LibreOffice$(if $(ENABLE_RELEASE_BUILD),,Dev).app/Contents/bin
@macosx-codesign-app-bundle $(TESTINSTALLDIR)/LibreOffice$(if $(ENABLE_RELEASE_BUILD),,Dev).app
endif
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