From 59157f89f70e6e99c1f3a9ad37004a2dc6d5a7c4 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 10 May 2017 15:21:02 +0200 Subject: typo Change-Id: If5876ca8ecb8e6c6fe1135ddd0d1aa31ebfc47ca Reviewed-on: https://gerrit.libreoffice.org/37468 Reviewed-by: Stephan Bergmann Tested-by: Stephan Bergmann (cherry picked from commit d4e4c85d3cdf9faf678ea43e6a29e35bee0bc371) --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') 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 -- cgit