From db1e9e9ea9eeba784dfcfbdbacc85aacc0afcf7b Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 25 Jul 1995 00:12:06 +0000 Subject: [PATCH] Change `install' to `${INSTALL}' as usual. Use -c, not ${COPY}, to install `dir'. ${COPY} should never be used to install source files. The source might be lost if the default is overridden. --- gnu/usr.bin/texinfo/info-files/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/texinfo/info-files/Makefile b/gnu/usr.bin/texinfo/info-files/Makefile index 1337187d788..eeda5bd5f4a 100644 --- a/gnu/usr.bin/texinfo/info-files/Makefile +++ b/gnu/usr.bin/texinfo/info-files/Makefile @@ -5,7 +5,7 @@ INFOFILES= dir install: - install ${COPY} -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} \ + ${INSTALL} -c -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} \ ${DESTDIR}${INFODIR} clean cleandir obj: