summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-09-15 21:50:35 +0300
committerTor Lillqvist <tml@collabora.com>2014-10-20 16:26:20 +0300
commit6bdd847a4057747349e564482be1b62d165b8f50 (patch)
tree66171903f439f3f7ba7626441704300204628b84 /Makefile.in
parent7c0eec393eb69fb2b9b6e4dfd09fe999478368c8 (diff)
We don't want those bin/InfoPlist_*.zip files in the app bundle
Change-Id: I29eefa599f175d98303fca8f5ccf1c8fe85b0bbc (cherry picked from commit 7956d38fa3c0db77b9b2b41f870bd3587e3dc1af)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 2c86b7cdecdf..6cbbd4f6b053 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -294,6 +294,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