diff options
Diffstat (limited to 'chinese/fireflyttf/Makefile')
-rw-r--r-- | chinese/fireflyttf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/fireflyttf/Makefile b/chinese/fireflyttf/Makefile index 79d45646a871..7d9fddb83afe 100644 --- a/chinese/fireflyttf/Makefile +++ b/chinese/fireflyttf/Makefile @@ -37,7 +37,7 @@ post-extract: @${TAR} -C ${WRKSRC} -zxf ${DISTDIR}/fireflysung-1.3.0p1.tar.gz \ fireflysung-1.3.0p1/fireflysung.ttf @${MV} ${WRKSRC}/fireflysung-1.3.0p1/fireflysung.ttf ${WRKSRC} - @${RM} -rf ${WRKSRC}/fireflysung-1.3.0p1 + @${RM} -r ${WRKSRC}/fireflysung-1.3.0p1 .else ${TRUE} .endif |