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>
This commit is contained in:
parent
965494c544
commit
d4e4c85d3c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue