diff options
Diffstat (limited to 'chinese/cnprint/Makefile')
-rw-r--r-- | chinese/cnprint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/cnprint/Makefile b/chinese/cnprint/Makefile index b6824bf51976..53af8e06825b 100644 --- a/chinese/cnprint/Makefile +++ b/chinese/cnprint/Makefile @@ -31,7 +31,7 @@ do-extract: .endfor cd ${WRKSRC} ; \ ${TAR} pzvxf hbf.tar.gz ; ${MV} hbf/* . ; \ - ${RM} -fr hbf ; \ + ${RM} -r hbf ; \ ${GUNZIP_CMD} *.gz || ${TRUE} post-patch: |