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/skel/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'share/skel') diff --git a/share/skel/Makefile b/share/skel/Makefile index cee9708..dbd3a00 100644 --- a/share/skel/Makefile +++ b/share/skel/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/8/93 +# $FreeBSD$ FILES1= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile dot.shrc FILES2= dot.mail_aliases dot.rhosts @@ -10,9 +11,9 @@ NOOBJ= noobj all clean cleandir depend lint tags: install: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${MODE1} ${FILES1} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${MODE1} ${FILES1} \ ${DESTDIR}${BINDIR}/skel - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${MODE2} ${FILES2} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${MODE2} ${FILES2} \ ${DESTDIR}${BINDIR}/skel .include -- cgit v1.1