diff options
Diffstat (limited to 'japanese/wordpress')
-rw-r--r-- | japanese/wordpress/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/wordpress/Makefile b/japanese/wordpress/Makefile index aa723f7cd587..21bbde4857c3 100644 --- a/japanese/wordpress/Makefile +++ b/japanese/wordpress/Makefile @@ -50,7 +50,7 @@ pre-install: do-install: ${INSTALL} -d -m 755 ${STAGEDIR}${WWWDIR}/ ${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}/ - ${FIND} ${STAGEDIR}${WWWDIR}/ -type d -exec ${CHMOD} g+w '{}' \; + ${FIND} ${STAGEDIR}${WWWDIR}/ -type d -exec ${CHMOD} g+w {} \; do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ |