[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.2' - Makefile.in
Tor Lillqvist
tml at collabora.com
Tue Sep 16 10:57:24 PDT 2014
Makefile.in | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 7956d38fa3c0db77b9b2b41f870bd3587e3dc1af
Author: Tor Lillqvist <tml at collabora.com>
Date: Mon Sep 15 21:50:35 2014 +0300
We don't want those bin/InfoPlist_*.zip files in the app bundle
Change-Id: I29eefa599f175d98303fca8f5ccf1c8fe85b0bbc
diff --git a/Makefile.in b/Makefile.in
index 91d3d01..2aaa297 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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
More information about the Libreoffice-commits
mailing list