From 235153c84f41c06ba188bf3df297a6e87b2fe339 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sat, 22 Jan 2022 14:50:30 -0800 Subject: [PATCH] x11/cde: Fix a typo Reported by: adridg --- x11/cde/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/cde/Makefile b/x11/cde/Makefile index 40e28fb6aadc..257ecc4ea23c 100644 --- a/x11/cde/Makefile +++ b/x11/cde/Makefile @@ -122,6 +122,6 @@ do-install: post-install: ${FIND} ${STAGEDIR}/${PREFIX}/dt -type f -exec ${SH} -c '${STRIP_CMD} {} > /dev/null 2>&1' \; # Only a problem on armv7 so far - ${FIND} ${STAGEDIR}/${PREFIX}/dt -type f -name 'exp.*' -delete + ${FIND} ${STAGEDIR}/${PREFIX}/dt -type f -name 'ecp.*' -delete .include