diff options
Diffstat (limited to 'chinese/phpbb-tw/Makefile')
-rw-r--r-- | chinese/phpbb-tw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/phpbb-tw/Makefile b/chinese/phpbb-tw/Makefile index ad1bf6c8b1de..b9dfdf99a35e 100644 --- a/chinese/phpbb-tw/Makefile +++ b/chinese/phpbb-tw/Makefile @@ -70,7 +70,7 @@ pre-everything:: post-patch: @ ${REINPLACE_CMD} -e "s#\.\./templates#/${PHPBB_URL}/templates#" \ ${WRKSRC}/docs/*.html - @${RM} -f `${FIND} ${WRKSRC} -name '*.orig'` + @${RM} `${FIND} ${WRKSRC} -name '*.orig'` do-install: @ ${MKDIR} -m 0775 ${STAGEDIR}${PREFIX}/${PHPBBDIR} |