summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-05-10 15:21:02 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-05-11 09:15:52 +0200
commitd4e4c85d3cdf9faf678ea43e6a29e35bee0bc371 (patch)
treeb0fbcde352b0dceff86fc965259ca45e01dd08f5 /Makefile.in
parent965494c544dd8f35ae83b7cf38549009da06c367 (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>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 1e7d79214e7c..037cb5dce95b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -341,7 +341,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