diff options
Diffstat (limited to 'net-im/turpial/Makefile')
-rw-r--r-- | net-im/turpial/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/turpial/Makefile b/net-im/turpial/Makefile index dcde24c6dadb..d43caa3dc3d0 100644 --- a/net-im/turpial/Makefile +++ b/net-im/turpial/Makefile @@ -28,7 +28,7 @@ LOCALES_DIR= ca de eo es fr it ja pt_BR pt_PT ru_RU tr post-extract: # setuptools doesn't exclude these directories .for dir in unity gtk - @${RM} -Rf ${WRKSRC}/turpial/ui/${dir} + @${RM} -R ${WRKSRC}/turpial/ui/${dir} .endfor post-patch: |