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/apsfilter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print/apsfilter') diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index b0d7acd18ffb..90a42d81dc81 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -136,7 +136,7 @@ RUN_DEPENDS+= ${_DEPENDS_CONVERT} .endif post-install: - ${RM} -f ${STAGEDIR}${PREFIX}/etc/apsfilter/basedir + ${RM} ${STAGEDIR}${PREFIX}/etc/apsfilter/basedir ${LN} -sfn ${PREFIX}/share/apsfilter ${STAGEDIR}${PREFIX}/etc/apsfilter/basedir .include -- cgit v1.2.3