diff options
author | bde <bde@FreeBSD.org> | 1995-07-25 00:12:06 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-07-25 00:12:06 +0000 |
commit | a9ae1e691ee5590c2290200a0894197f4ca91d03 (patch) | |
tree | d15a090781ea468195b6d870030b217665c71cdf /gnu | |
parent | a437d889e39728d74deb8b2c6f0855e842339800 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | gnu/usr.bin/texinfo/info-files/Makefile | 2 |
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: |