Install zoneinfo files NONBINMODE (444) instead of BINMODE (555).

Noted by David Laight on tech-toolchain.
This commit is contained in:
lukem 2004-08-31 00:00:31 +00:00
parent 266668cb7d
commit 88b5ee46e9
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.38 2004/06/21 18:20:08 jmc Exp $
# $NetBSD: Makefile,v 1.39 2004/08/31 00:00:31 lukem Exp $
.include <bsd.own.mk>
@ -98,9 +98,9 @@ afterinstall: ${DATA} ${REDO}
cmp -s $$tzfile $$destfile > /dev/null 2>&1 && continue; \
${_MKSHMSG_INSTALL} $$destfile; \
${_MKSHECHO} ${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} \
-m ${BINMODE} $$tzfile $$destfile ; \
-m ${NONBINMODE} $$tzfile $$destfile ; \
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} \
-m ${BINMODE} $$tzfile $$destfile ; \
-m ${NONBINMODE} $$tzfile $$destfile ; \
done
.else # ${MKSHARE} == "no"
afterinstall: