diff options
-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 |