Install with group BINGRP, not BINOWN.
This commit is contained in:
parent
7b42c960f8
commit
13a2898404
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user