diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-07-25 00:12:06 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-07-25 00:12:06 +0000 |
| commit | db1e9e9ea9eeba784dfcfbdbacc85aacc0afcf7b (patch) | |
| tree | d15a090781ea468195b6d870030b217665c71cdf /gnu | |
| parent | ddb43e8bd8f3177263d821a29a7959cf555a4148 (diff) | |
Notes
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 1337187d7885..eeda5bd5f4a3 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: |
