diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index ce71b9320344..650f3eb95375 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -78,7 +78,9 @@ post-patch-TOGGLES-on: post-stage: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/share/bx/plugins/*.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/share/bx/wserv +post-stage-PLUGINS-on: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/share/bx/plugins/*.so + .include