diff options
author | bde <bde@FreeBSD.org> | 1994-08-20 08:16:43 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1994-08-20 08:16:43 +0000 |
commit | 8976797149f8d06e115c26c37311b50b98d3115e (patch) | |
tree | 307fb7883cea8ee392999803e97ef72c7e62160b /share/tmac | |
parent | 8388777da07856fa366a80a44708198d75623053 (diff) | |
download | FreeBSD-src-8976797149f8d06e115c26c37311b50b98d3115e.zip FreeBSD-src-8976797149f8d06e115c26c37311b50b98d3115e.tar.gz |
Install with group BINGRP, not BINOWN.
Diffstat (limited to 'share/tmac')
-rw-r--r-- | share/tmac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/tmac/Makefile b/share/tmac/Makefile index a9d08ff..0c81cba 100644 --- a/share/tmac/Makefile +++ b/share/tmac/Makefile @@ -18,7 +18,7 @@ beforeinstall: chown ${BINOWN}.${BINGRP} ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \ chmod 444 ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \ done - install -c -o ${BINOWN} -g ${BINOWN} -m 444 ${FILES} \ + install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ ${DESTDIR}${BINDIR}/tmac |