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

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: