landry 3bcd1abe0f 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@
2010-06-05 07:48:00 +00:00
..
2003-08-02 10:53:52 +00:00
2003-08-02 10:53:52 +00:00
2010-05-22 08:42:21 +00:00
2010-05-09 10:47:34 +00:00
2010-04-26 17:49:00 +00:00