diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2006-02-11 16:16:35 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2006-02-11 16:16:35 +0000 |
commit | e0e6846b433f91ea1738a3d2d6ad199f4a451f40 (patch) | |
tree | 2316148dbd369fa14c4da72de0fa1f95fdf9e9b3 /share | |
parent | 020852b670b8c7cf3a1c43443eff502149e57e6f (diff) |
fix mode of iso*.tab
install zone.tab as well.
This fixes KDE lookup of timezones.
okay millert@
Diffstat (limited to 'share')
-rw-r--r-- | share/zoneinfo/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile index 4be6d3ec29b..e3aa89c604c 100644 --- a/share/zoneinfo/Makefile +++ b/share/zoneinfo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2005/09/29 00:43:03 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2006/02/11 16:16:34 espie Exp $ # $NetBSD: Makefile,v 1.14 1995/04/22 12:10:17 cgd Exp $ # Change the line below for your time zone (after finding the zone you want in @@ -83,8 +83,10 @@ realinstall: ${DATA} ${REDO} ${YEARISTYPECOPY} ${ZIC} -y ${YEARISTYPECOPY} -d ${TZDIR} -p ${POSIXRULES}) chown -R ${BINOWN}:${BINGRP} ${TZDIR} find ${TZDIR} -type f -print0 | xargs -0r chmod a=r - ${INSTALL} -c -o root -g wheel -m 600 ${.CURDIR}/datfiles/iso3166.tab \ + ${INSTALL} -c -o root -g bin -m 644 ${.CURDIR}/datfiles/iso3166.tab \ ${DESTDIR}/usr/share/misc + ${INSTALL} -c -o root -g bin -m 644 ${.CURDIR}/datfiles/zone.tab \ + ${DESTDIR}/usr/share/zoneinfo CLEANFILES+= yearistypecopy |