diff options
-rw-r--r-- | usr.bin/strip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/strip/Makefile b/usr.bin/strip/Makefile index f713477..c597a98 100644 --- a/usr.bin/strip/Makefile +++ b/usr.bin/strip/Makefile @@ -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 |