Change ${COPY} to -c, always needed here

This commit is contained in:
Andrey A. Chernov 1994-12-31 11:13:52 +00:00
parent 71d5664cdc
commit f4221a73c3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5307

View File

@ -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>