Install with group BINGRP, not BINOWN.

This commit is contained in:
Bruce Evans 1994-08-20 05:51:48 +00:00
parent 7b42c960f8
commit 13a2898404

View File

@ -3,7 +3,7 @@
PROG= strip
install:
install -c -o ${BINOWN} -g ${BINOWN} -m ${BINMODE} strip \
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} strip \
${DESTDIR}${BINDIR}
./strip ${DESTDIR}${BINDIR}/strip