From eabbfd75e30148b8f686899a638b93547ca83485 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold 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 --- print/pslib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print/pslib') diff --git a/print/pslib/Makefile b/print/pslib/Makefile index dc03596dab4a..9abfaf12e087 100644 --- a/print/pslib/Makefile +++ b/print/pslib/Makefile @@ -56,7 +56,7 @@ post-patch: post-install: ${MKDIR} -m 0755 ${STAGEDIR}${EXAMPLESDIR} - @${RM} -f ${EX_WRKSRC}/Makefile.unix ${EX_WRKSRC}/ChangeLog \ + @${RM} ${EX_WRKSRC}/Makefile.unix ${EX_WRKSRC}/ChangeLog \ ${EX_WRKSRC}/CMakeLists.txt cd ${EX_WRKSRC} && ${PAX} -rw * ${STAGEDIR}${EXAMPLESDIR} -- cgit v1.2.3