From 0b87f79976047c8f4332bbf7dc03146f6b0de79f Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 18 Jul 2002 12:07:49 +0000 Subject: s/${INSTALL} -c/${INSTALL} ${COPY}/ --- lib/libncurses/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libncurses') diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index 4de3c8a3643a9..fd76152270c7f 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/Makefile @@ -268,7 +268,7 @@ DOCS= ncurses-intro.html hackguide.html afterinstall: .for file in ${DOCS} cd ${.CURDIR}/../../contrib/ncurses/doc/html ; \ - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \ ${DESTDIR}${DOCSDIR} .endfor .endif -- cgit v1.3