Change ${COPY} to -c, always needed here
This commit is contained in:
parent
866cb66ce4
commit
40c7031e22
@ -1,7 +1,7 @@
|
||||
NOMAN= noman
|
||||
|
||||
beforeinstall:
|
||||
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${.CURDIR}/spkrtest.sh ${DESTDIR}/${BINDIR}/spkrtest
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user