CVSROOT: /cvs Module name: ports Changes by: [email protected] 2010/06/05 01:48:00
Modified files:
infrastructure/build: pkg_subst
Log message:
Add -o/-g options to set owner/group on target file like install(1) does,
so that we can get rid of several ${SUBST_CMD} -c + chown constructs in
the tree. For example:
${SUBST_CMD} -c src dest
chown username:groupname dest
becomes:
${SUBST_CMD} -o username -g groupname -c src dest
comments & ok espie@
