From 530a39e65ba2fa53a5ed6f52b4d0f163f3e6a7e9 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 25 Oct 2021 23:08:13 +0800 Subject: [PATCH] math/py-numexpr: Cosmetic change --- math/py-numexpr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile index b1316be992647..aa388d4411724 100644 --- a/math/py-numexpr/Makefile +++ b/math/py-numexpr/Makefile @@ -19,6 +19,6 @@ USES= dos2unix python:3.6+ USE_PYTHON= autoplist concurrent distutils post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/numexpr/interpreter*.so + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + .include