summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-07-25 00:12:06 +0000
committerbde <bde@FreeBSD.org>1995-07-25 00:12:06 +0000
commita9ae1e691ee5590c2290200a0894197f4ca91d03 (patch)
treed15a090781ea468195b6d870030b217665c71cdf /gnu/usr.bin
parenta437d889e39728d74deb8b2c6f0855e842339800 (diff)
downloadFreeBSD-src-a9ae1e691ee5590c2290200a0894197f4ca91d03.zip
FreeBSD-src-a9ae1e691ee5590c2290200a0894197f4ca91d03.tar.gz
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.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/texinfo/info-files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/texinfo/info-files/Makefile b/gnu/usr.bin/texinfo/info-files/Makefile
index 1337187..eeda5bd 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:
OpenPOWER on IntegriCloud