diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-05-10 15:21:02 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-11-22 18:15:38 +0200 |
commit | 59157f89f70e6e99c1f3a9ad37004a2dc6d5a7c4 (patch) | |
tree | 930cf7824bbe9b84cfc2360148907f3e59c3afa5 /Makefile.in | |
parent | 8a3ee97bf2d3541a4cecfaa785465b24fb6737dd (diff) |
typo
Change-Id: If5876ca8ecb8e6c6fe1135ddd0d1aa31ebfc47ca
Reviewed-on: https://gerrit.libreoffice.org/37468
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
(cherry picked from commit d4e4c85d3cdf9faf678ea43e6a29e35bee0bc371)
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 50d9dc0cfb09..0643277fed80 100644 --- a/Makefile.in +++ b/Makefile.in @@ -340,7 +340,7 @@ ifneq ($(MACOSX_CODESIGNING_IDENTITY),) # And with it removed, presumably the other stuff in the Python lib/python3.3/config-3.3m probably does not make sense either. rm -rf $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/Frameworks/LibreOfficePython.framework/Versions/[1-9]*/lib/python[1-9]*/config-[1-9]* # -ifneq ($ENABLE_MACOSX_SANDBOX),) +ifneq ($(ENABLE_MACOSX_SANDBOX),) # Remove the gengal binary and unopkg script that we don't want rm $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/MacOS/gengal rm $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/MacOS/unopkg |