Date: Fri, 12 Sep 2014 16:45:35 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368045 - head/www/pivotx Message-ID: <201409121645.s8CGjZUO036952@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Sep 12 16:45:35 2014 New Revision: 368045 URL: http://svnweb.freebsd.org/changeset/ports/368045 QAT: https://qat.redports.org/buildarchive/r368045/ Log: Allow staging as a regular user Modified: head/www/pivotx/Makefile Modified: head/www/pivotx/Makefile ============================================================================== --- head/www/pivotx/Makefile Fri Sep 12 16:37:32 2014 (r368044) +++ head/www/pivotx/Makefile Fri Sep 12 16:45:35 2014 (r368045) @@ -88,7 +88,6 @@ do-install: @${MKDIR} '${STAGEDIR}${WWWDIR}' @cd '${WRKSRC}' && ${COPYTREE_SHARE} . '${STAGEDIR}${WWWDIR}' .for DIR in ${WRITABLEDIRS} - @${CHOWN} -R '${WWWOWN}:${WWWGRP}' '${STAGEDIR}${WWWDIR}/${DIR}' @${FIND} '${STAGEDIR}${WWWDIR}/${DIR}' -type d -print0 | ${XARGS} -0 ${CHMOD} u=rwx,go=rx @${FIND} '${STAGEDIR}${WWWDIR}/${DIR}' -type f -print0 | ${XARGS} -0 ${CHMOD} u=rw,go=r .endfor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409121645.s8CGjZUO036952>