diff options
Diffstat (limited to 'databases/mariadb100-client/Makefile')
-rw-r--r-- | databases/mariadb100-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mariadb100-client/Makefile b/databases/mariadb100-client/Makefile index f5098c445737..866c578ab633 100644 --- a/databases/mariadb100-client/Makefile +++ b/databases/mariadb100-client/Makefile @@ -21,6 +21,6 @@ CLIENT_ONLY= yes post-stage: ${RM} ${STAGEDIR}${PREFIX}/share/aclocal/mysql.m4 - ${RM} -rf ${STAGEDIR}${PREFIX}/include/mysql/private + ${RM} -r ${STAGEDIR}${PREFIX}/include/mysql/private .include "${MASTERDIR}/Makefile" |