From a65e39a6dfe00fc06614706120834e3ee2f83ee5 Mon Sep 17 00:00:00 2001 From: lme Date: Tue, 23 Jan 2018 16:04:24 +0000 Subject: net-mgmt/icingaweb2 Use "-delete" argument to find instead of calling rm(1). This was already done for the MFH. Suggested by: mat --- net-mgmt/icingaweb2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-mgmt') diff --git a/net-mgmt/icingaweb2/Makefile b/net-mgmt/icingaweb2/Makefile index 7fb2c83463fe..08b0fc6561f3 100644 --- a/net-mgmt/icingaweb2/Makefile +++ b/net-mgmt/icingaweb2/Makefile @@ -53,7 +53,7 @@ do-install: ${STAGEDIR}${EXAMPLESDIR}/bash_completion.d (cd ${WRKSRC} && ${RM} -r .mailmap changelog.py icingaweb2.spec \ bin/license_writer.py packages test) - (${FIND} ${WRKSRC} -name "*.bak" -exec rm {} +) + (${FIND} ${WRKSRC} -name "*.bak" -delete) ${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC} && \ ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) -- cgit