1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix non-root build by moving the chown to a pre-su-install target

Submitted by:	lx
This commit is contained in:
Juergen Lock 2009-01-24 21:00:09 +00:00
parent e773ba1078
commit 76a04a9f5b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226811

View File

@ -56,6 +56,8 @@ do-patch:
do-build:
@${SETENV} SETUP_INSTALLPATH=${DATADIR} ${WRKSRC}/postinstall.sh
@cd ${WRKSRC} && ${RM} -rf setup.* preuninstall.sh postinstall.sh
pre-su-install:
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WRKSRC}
do-install: