[Libreoffice-commits] core.git: Makefile.in

Stephan Bergmann sbergman at redhat.com
Thu May 11 07:16:28 UTC 2017


 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d4e4c85d3cdf9faf678ea43e6a29e35bee0bc371
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed May 10 15:21:02 2017 +0200

    typo
    
    Change-Id: If5876ca8ecb8e6c6fe1135ddd0d1aa31ebfc47ca
    Reviewed-on: https://gerrit.libreoffice.org/37468
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
    Tested-by: Stephan Bergmann <sbergman at redhat.com>

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


More information about the Libreoffice-commits mailing list