Kaydet (Commit) 0b56eb2c authored tarafından Stephan Bergmann's avatar Stephan Bergmann Kaydeden (comit) Tor Lillqvist

That bin directory should no longer be there

...at least since 7a08bfea "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
f345a2c5 "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/71298Reviewed-by: 's avatarTor Lillqvist <tml@collabora.com>
Tested-by: 's avatarTor Lillqvist <tml@collabora.com>
üst 254c344c
......@@ -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
#
......
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