diff options
-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 |