diff options
author | bde <bde@FreeBSD.org> | 1994-08-20 05:51:48 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1994-08-20 05:51:48 +0000 |
commit | 96e6b37e500fb6c55561f50d65f9495288f7fcdb (patch) | |
tree | 8368860997ce10611b049404873f742bd4c2a361 /usr.bin/strip | |
parent | c97639b9230d9c3f9032d935d7892c5b513c8814 (diff) | |
download | FreeBSD-src-96e6b37e500fb6c55561f50d65f9495288f7fcdb.zip FreeBSD-src-96e6b37e500fb6c55561f50d65f9495288f7fcdb.tar.gz |
Install with group BINGRP, not BINOWN.
Diffstat (limited to 'usr.bin/strip')
-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 |