555 -> 755 for doc directories.

PR:		ports/167119
Submitted by:	bapt
This commit is contained in:
Jeremy Messenger 2012-05-20 16:35:09 +00:00
parent 814b79b62b
commit f2f4b3b908
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297042

View File

@ -46,7 +46,7 @@ post-install:
${MKDIR} ${EG_DST_DIR}
${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xf -
${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR}
${FIND} ${EG_DST_DIR} -type d -print | ${XARGS} ${CHMOD} 0555
${FIND} ${EG_DST_DIR} -type d -print | ${XARGS} ${CHMOD} 0755
${FIND} ${EG_DST_DIR} -type f -print | ${XARGS} ${CHMOD} 0444
.endif