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

Install the `built' files with flag ${COPY}.
This commit is contained in:
Bruce Evans 1995-07-24 23:22:00 +00:00
parent c611424791
commit 1654225ba4

View File

@ -18,9 +18,9 @@ TYPE= real
CLEANFILES+=${BLDS}
install: ${SRCS} ${BLDS}
(cd ${.CURDIR} && install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
(cd ${.CURDIR} && ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${SRCS} ${DESTDIR}/usr/share/games/fortune)
install -o ${BINOWN} -g ${BINGRP} -m 444 ${BLDS} \
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${BLDS} \
${DESTDIR}/usr/share/games/fortune
fortunes.dat fortunes2.dat fortunes2-o.dat limerick.dat startrek.dat zippy.dat: