From 316cf6317eb621c4567d3b8e337fa9ba3097ea56 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 21 Oct 2016 12:51:40 +0000 Subject: ${RM} already has -f. PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight --- irc/thales/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc/thales') diff --git a/irc/thales/Makefile b/irc/thales/Makefile index a3b05217e021..05895ab75cc4 100644 --- a/irc/thales/Makefile +++ b/irc/thales/Makefile @@ -55,7 +55,7 @@ CONFIGURE_ARGS:= --with-ircd=${_IRCD} \ MODES_CONFIGURE_OFF= --enable-no-modes post-patch: .SILENT - ${FIND} -d ${WRKSRC} -type d -name CVS -exec ${RM} -rf {} \; + ${FIND} -d ${WRKSRC} -type d -name CVS -exec ${RM} -r {} \; ${REINPLACE_CMD} -e 's,thales.conf,${PREFIX}/etc/&,' \ ${WRKSRC}/src/conf.h -- cgit