mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00:00
Add missing ${COPY} to install options, zone.tab
This commit is contained in:
parent
be2806f309
commit
50b440f1bf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19994
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.9 1996/06/24 04:24:19 jkh Exp $
|
||||
# $Id: Makefile,v 1.10 1996/11/19 19:17:09 wollman 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} -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/zone.tab \
|
||||
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/zone.tab \
|
||||
${DESTDIR}/usr/share/zoneinfo
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user