1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-22 15:47:37 +00:00

Change install' to ${INSTALL}' as usual.

Use -c, not ${COPY}, to install `dir'.  ${COPY} should never be used to
install source files.  The source might be lost if the default is overridden.
This commit is contained in:
Bruce Evans 1995-07-25 00:12:06 +00:00
parent ddb43e8bd8
commit db1e9e9ea9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9698

View File

@ -5,7 +5,7 @@
INFOFILES= dir
install:
install ${COPY} -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} \
${INSTALL} -c -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} \
${DESTDIR}${INFODIR}
clean cleandir obj: