From 72e1507c91cfc4135e145a5cc956f80cac07ca86 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sat, 6 Nov 2021 07:54:00 +0800 Subject: [PATCH] www/zenphoto: Remove -f because RM has it already --- www/zenphoto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/zenphoto/Makefile b/www/zenphoto/Makefile index 0c8f2f5ed1be..840c5ea443a8 100644 --- a/www/zenphoto/Makefile +++ b/www/zenphoto/Makefile @@ -23,7 +23,7 @@ SUB_FILES= pkg-deinstall pkg-message USE_GITHUB= yes post-patch: - @${RM} -fr ${WRKSRC}/.github/ + @${RM} -r ${WRKSRC}/.github/ @${MKDIR} ${WRKSRC}/cache/ @${FIND} ${WRKSRC} -name '.git*' -delete @${RM} ${WRKSRC}/zp-core/Zenphoto.package