From 09c9d727b357cbbfa2d3dc4523ba67f0e9a6da6a Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sat, 6 Nov 2021 03:03:09 +0800 Subject: [PATCH] devel/py-simpleparse: Cosmetic change --- devel/py-simpleparse/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-simpleparse/Makefile b/devel/py-simpleparse/Makefile index 4460f828c0607..acf8ea5554e12 100644 --- a/devel/py-simpleparse/Makefile +++ b/devel/py-simpleparse/Makefile @@ -14,6 +14,6 @@ USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/simpleparse/stt/TextTools/mxTextTools/mxTextTools*.so + ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + .include