mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
${COPY} -> -c. ${COPY} should never be used for installing sources since
it might be empty.
This commit is contained in:
parent
94172f9618
commit
6392a49415
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20015
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.10 1996/11/19 19:17:09 wollman Exp $
|
||||
# $Id: Makefile,v 1.11 1996/11/27 23:32:10 ache Exp $
|
||||
|
||||
NOBIN=
|
||||
CLEANFILES+= yearistype
|
||||
|
@ -35,7 +35,7 @@ afterinstall: yearistype
|
|||
zic -d ${DESTDIR}/usr/share/zoneinfo -p ${POSIXRULES} \
|
||||
${LEAPFILE} -y ${YEARISTYPE} ${TZFILES}
|
||||
chown -R bin.bin ${DESTDIR}/usr/share/zoneinfo/*
|
||||
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/zone.tab \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/zone.tab \
|
||||
${DESTDIR}/usr/share/zoneinfo
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in a new issue