summaryrefslogtreecommitdiffstats
path: root/share/tmac
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-08-20 08:16:43 +0000
committerbde <bde@FreeBSD.org>1994-08-20 08:16:43 +0000
commit8976797149f8d06e115c26c37311b50b98d3115e (patch)
tree307fb7883cea8ee392999803e97ef72c7e62160b /share/tmac
parent8388777da07856fa366a80a44708198d75623053 (diff)
downloadFreeBSD-src-8976797149f8d06e115c26c37311b50b98d3115e.zip
FreeBSD-src-8976797149f8d06e115c26c37311b50b98d3115e.tar.gz
Install with group BINGRP, not BINOWN.
Diffstat (limited to 'share/tmac')
-rw-r--r--share/tmac/Makefile2
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
OpenPOWER on IntegriCloud