From cd7c90d38fcfaa98c9e2a069b70138ddf87e3955 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 18 Jul 2002 12:07:49 +0000 Subject: s/${INSTALL} -c/${INSTALL} ${COPY}/ --- share/examples/Makefile | 2 +- share/examples/isdn/i4brunppp/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'share/examples') diff --git a/share/examples/Makefile b/share/examples/Makefile index d2cd800..c0044f4 100644 --- a/share/examples/Makefile +++ b/share/examples/Makefile @@ -26,7 +26,7 @@ beforeinstall: etc-examples ${SHARED} FILES!= find -L ${dir} \( -name CVS -prune \) -o -type f -print .for file in ${FILES} copies:: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${file} ${DDIR}/${file} + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 ${file} ${DDIR}/${file} .endfor .endfor diff --git a/share/examples/isdn/i4brunppp/Makefile b/share/examples/isdn/i4brunppp/Makefile index 80cde94..c530da6 100644 --- a/share/examples/isdn/i4brunppp/Makefile +++ b/share/examples/isdn/i4brunppp/Makefile @@ -13,7 +13,7 @@ install: @echo user-ppp in dial-in server under i4b, please copy it into /etc/isdn. installetc: i4brunppp - ${INSTALL} -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} \ + ${INSTALL} ${COPY} -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} \ ${.CURDIR}/i4brunppp ${RUNPPPDEST} .include -- cgit v1.1