summaryrefslogtreecommitdiffstats
path: root/security/p5-openxpki/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-openxpki/Makefile')
-rw-r--r--security/p5-openxpki/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-openxpki/Makefile b/security/p5-openxpki/Makefile
index fadef75..af9d078 100644
--- a/security/p5-openxpki/Makefile
+++ b/security/p5-openxpki/Makefile
@@ -103,7 +103,7 @@ post-patch:
${CAT} filelist | ${XARGS} -0 -I % ${REINPLACE_CMD} -e 's|/etc/openxpki|${PREFIX}/etc/openxpki|g' "%"; \
${CAT} filelist | ${XARGS} -0 -I % ${REINPLACE_CMD} -e 's|/var/run/openxpkid.pid|/var/openxpki/openxpkid.pid|g' "%"; \
${CAT} filelist | ${XARGS} -0 -I % ${REINPLACE_CMD} -e 's|/var/openxpki/\([^\.]*\)\.log|/var/log/openxpki/\1\.log|g' "%"; \
- ${CAT} filelist | ${XARGS} -0 -I % ${RM} -f "%.bak"; \
+ ${CAT} filelist | ${XARGS} -0 -I % ${RM} "%.bak"; \
${RM} filelist; \
)
@${MKDIR} ${WRKSRC}/t/var/log/openxpki
OpenPOWER on IntegriCloud