diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-04-25 13:36:58 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-04-25 17:02:41 +0200 |
commit | 0b56eb2c10ab4ca027f1a37e04519366b3cd7433 (patch) | |
tree | 753111861b08e8406488a8d6857df2de3177da01 /Makefile.in | |
parent | 254c344c4bee0516f8dcc1b31bd3c551a6a332c1 (diff) |
That bin directory should no longer be there
...at least since 7a08bfeabe21193e04b9747a831653efcfc63190 "tdf#122244 Put
InfoPlist.strings files at correct places on macOS", though it wasn't under
Contents/ at least as of lately, anyway.
The code to remove it had been added with
f345a2c52af0333b46b4b74e686883c8cb9ffab4 "We don't want those
bin/InfoPlist_*.zip files in the app bundle". I don't know how to do a
--enable-macosx-code-signing build on macOS to verify that it can indeed be
removed, though.
Change-Id: I61d91bd47abf8f4b5d9e117d9943e0682ebef2cb
Reviewed-on: https://gerrit.libreoffice.org/71298
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 0066401b869a..5423596012e0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -356,9 +356,6 @@ ifneq ($(MACOSX_CODESIGNING_IDENTITY),) mkdir "$$lproj"; \ done # -# And remove the "bin" folder which should not be there - rm -rf $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/bin -# # Remove unnecessary executables in the LibreOfficePython framework rm -rf $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/Frameworks/LibreOfficePython.framework/Versions/[1-9]*/bin # |