Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 1996 22:24:21 +0100
From:      Wolfram Schneider <wosch@cs.tu-berlin.de>
To:        current@freebsd.org
Subject:   chown in bsd.doc.mk and bsd.info.mk
Message-ID:  <199601302124.WAA01347@localhost>

next in thread | raw e-mail | index | archive | help

chown root.wheel ${DESTDIR}${BINDIR}/${VOLUME}

should be: 

chown ${BINOWN}:${BINGRP} ${DESTDIR}${BINDIR}/${VOLUME}
      ^^^^^^^^^^^^^^^^^^^

Wolfram



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601302124.WAA01347>