diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-04-08 17:34:08 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-04-08 17:37:56 +0300 |
commit | 08297b3022180ee169a44230edc43d020d97cf42 (patch) | |
tree | 5209fc12ef1fadfeed2197e435bc034451e6d142 /Makefile.in | |
parent | 7e3fd85069d421fe965b34809e80601d6dc7a182 (diff) |
Revert "Fix protection of some unnecessarily strictly protected files"
Problem now handled already elsewhere, see
2340536cf478f95e33b718d3f69da5345fc4d2b4.
This reverts commit 155086493c9e035c0568868f5ae3b3dcf3299e6f.
Change-Id: I4c731d4915d51dfc84982a41f8c1c6e45dfcb796
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 0 insertions, 6 deletions
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 |