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

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

(cherry picked from commit 7956d38f)

Conflicts:
	Makefile.in

Change-Id: I29eefa599f175d98303fca8f5ccf1c8fe85b0bbc
(cherry picked from commit b21140e2)
Reviewed-on: https://gerrit.libreoffice.org/22860Reviewed-by: 's avatarTor Lillqvist <tml@collabora.com>
Tested-by: 's avatarTor Lillqvist <tml@collabora.com>
üst a419ef18
......@@ -306,6 +306,10 @@ ifeq ($(OS_FOR_BUILD),WNT)
else
@$(SRCDIR)/solenv/bin/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
@$(SRCDIR)/solenv/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