From 5d6895abcc2b585a8f5c62f5accfed34b0565db9 Mon Sep 17 00:00:00 2001 From: jow Date: Thu, 17 Nov 2011 20:52:18 +0000 Subject: [PATCH] [packages] zoneinfo: remove duplicate NZ and NZ-CHAT files, ship zone.tab git-svn-id: svn://svn.openwrt.org/openwrt/packages@29235 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/zoneinfo/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/utils/zoneinfo/Makefile b/utils/zoneinfo/Makefile index 32e6c818d..5033da6be 100644 --- a/utils/zoneinfo/Makefile +++ b/utils/zoneinfo/Makefile @@ -4,15 +4,13 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id:$ -# # Author: Michael Geddes include $(TOPDIR)/rules.mk PKG_NAME:=zoneinfo PKG_VERSION:=2011i -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=tzdata$(PKG_VERSION).tar.gz PKG_SOURCE_CODE:=tzcode${PKG_VERSION}.tar.gz @@ -124,9 +122,9 @@ define Package/zoneinfo-core/install for i in \ CET CST6CDT EET EST EST5EDT GB-Eire Eire \ GB GMT GMT+0 GMT-0 GMT0 Greenwich \ - HST MET MST MST7MDT NZ NZ-CHAT \ + HST MET MST MST7MDT \ PRC PST8PDT ROC ROK UCT UTC \ - Universal W-SU WET Zulu Etc/* ; do \ + Universal W-SU WET Zulu Etc/* zone.tab ; do \ $(CP) $(PKG_INSTALL_DIR)/zoneinfo/$$$$i \ $(1)/usr/share/zoneinfo ; \ done