diff options
Diffstat (limited to 'x11-toolkits/py-wxPython28')
-rw-r--r-- | x11-toolkits/py-wxPython28/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-wxPython28/Makefile b/x11-toolkits/py-wxPython28/Makefile index 65d05eb363f0..eb013b3cbb10 100644 --- a/x11-toolkits/py-wxPython28/Makefile +++ b/x11-toolkits/py-wxPython28/Makefile @@ -29,7 +29,7 @@ DEMO_DIR= ${PYTHONPREFIX_SITELIBDIR}/wxPython/demo post-build: @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/demo .if !defined(DEBUG_FLAGS) - @find ${WRKSRC} -name "*.so" | xargs strip + @${FIND} ${WRKSRC} -name "*.so" | ${XARGS} strip .endif post-install: |