From 77a53f7abbd4b93e916adc3d744feff0331b7612 Mon Sep 17 00:00:00 2001 From: mycroft Date: Sun, 18 Jul 1993 19:17:22 +0000 Subject: Use ${COPY}, not -c for install. --- fortune/datfiles/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fortune') diff --git a/fortune/datfiles/Makefile b/fortune/datfiles/Makefile index 3a8f75bc..5e4d8724 100644 --- a/fortune/datfiles/Makefile +++ b/fortune/datfiles/Makefile @@ -24,7 +24,7 @@ install: else \ true ; \ fi - install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${DATFILES} \ + install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${DATFILES} \ ${DESTDIR}/usr/share/games/fortune (cd ${.CURDIR} && install -c -o ${BINOWN} -g ${BINGRP} -m 444 \ ${NORMDAT:R} ${DESTDIR}/usr/share/games/fortune) -- cgit v1.2.3