diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-07 16:09:53 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-07 16:09:53 +0200 |
commit | aa771ef5a927af95dde5f3a1e611a139e59fabe0 (patch) | |
tree | 68112d093c910a2c2fa01607ebf4d78337799ae2 /pyuno | |
parent | 39ca722d12345ead74d3d28df88564da477c70b6 (diff) | |
parent | 26d6b6c70736f1e01e4c245625a2dc6e599b272f (diff) |
CWS-TOOLING: integrate CWS sb121
Diffstat (limited to 'pyuno')
-rwxr-xr-x | pyuno/zipcore/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/zipcore/makefile.mk b/pyuno/zipcore/makefile.mk index 9e546e7d4018..078478107224 100755 --- a/pyuno/zipcore/makefile.mk +++ b/pyuno/zipcore/makefile.mk @@ -55,7 +55,7 @@ PYTHONBINARY=$(DESTROOT)$/bin$/python$(EXECPOST) .ENDIF FINDLIBFILES_TMP:=$(subst,/,$/ \ - $(shell @$(FIND) $(SOLARLIBDIR)$/python -type f| $(GREP) -v .pyc |$(GREP) -v .py\~ |$(GREP) -v .orig )) + $(shell @$(FIND) $(SOLARLIBDIR)$/python -type f| $(GREP) -v .pyc |$(GREP) -v .py\~ |$(GREP) -v .orig | $(GREP) -v _failed)) FINDLIBFILES=$(subst,$(SOLARLIBDIR)$/python, $(FINDLIBFILES_TMP)) FILES=\ |