Date: Wed, 31 Jan 1996 13:01:03 +1100 From: Bruce Evans <bde@zeta.org.au> To: current@freebsd.org, wosch@cs.tu-berlin.de Subject: Re: chown in bsd.doc.mk and bsd.info.mk Message-ID: <199601310201.NAA06888@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>chown root.wheel ${DESTDIR}${BINDIR}/${VOLUME}
>should be:
>chown ${BINOWN}:${BINGRP} ${DESTDIR}${BINDIR}/${VOLUME}
> ^^^^^^^^^^^^^^^^^^^
Actually, the chown shouldn't be there at all. The directory should
be created by mtree, not by `mkdir -p' in the Makefile.
bsd.prog.mk has a silly `chown games.bin' of a symlink. chown(8) is
now a no-op.
Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601310201.NAA06888>
