[Libreoffice-commits] core.git: Makefile.in

Tor Lillqvist tml at collabora.com
Sun Apr 8 14:41:10 UTC 2018


 Makefile.in |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 08297b3022180ee169a44230edc43d020d97cf42
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sun Apr 8 17:34:08 2018 +0300

    Revert "Fix protection of some unnecessarily strictly protected files"
    
    Problem now handled already elsewhere, see
    2340536cf478f95e33b718d3f69da5345fc4d2b4.
    
    This reverts commit 155086493c9e035c0568868f5ae3b3dcf3299e6f.
    
    Change-Id: I4c731d4915d51dfc84982a41f8c1c6e45dfcb796

diff --git a/Makefile.in b/Makefile.in
index e8a6433d2491..f149a7ee79b4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -378,12 +378,6 @@ ifneq ($(ENABLE_MACOSX_SANDBOX),)
 	rm $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/MacOS/gengal
 	rm $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/MacOS/unopkg
 	rm $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/MacOS/unoinfo
-
-# Fix the protection of some externally sourced files that keep their original protection that
-# ridiculously doesn't allow 'read' by 'other'. (Which makes the files unusable anyway.) The App
-# Store validation catches this.
-
-	find $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents ! -perm -o=r -print0 | xargs -0 chmod o+r
 endif
 #
 # Then use the macosx-codesign-app-bundle script


More information about the Libreoffice-commits mailing list