tzdata: update database to 2011j.

This commit is contained in:
Arne Fitzenreiter
2011-12-03 10:42:17 +01:00
parent 6c22de5561
commit 25bd0fa7ce
2 changed files with 3 additions and 7 deletions

View File

@@ -165,9 +165,6 @@ ifeq "$(ROOT)" ""
mkdir -p /usr/lib/locale mkdir -p /usr/lib/locale
cd $(DIR_SRC)/glibc-build && localedef -i en_US -f ISO-8859-1 en_US cd $(DIR_SRC)/glibc-build && localedef -i en_US -f ISO-8859-1 en_US
cd $(DIR_SRC)/glibc-build && localedef -i en_US -f UTF-8 en_US.utf8 cd $(DIR_SRC)/glibc-build && localedef -i en_US -f UTF-8 en_US.utf8
ifneq "$(MACHINE_TYPE)" "arm"
cp -f /usr/share/zoneinfo/GMT /etc/localtime
endif
endif endif
@rm -rf $(DIR_APP) $(DIR_SRC)/glibc-build @rm -rf $(DIR_APP) $(DIR_SRC)/glibc-build
@$(POSTBUILD) @$(POSTBUILD)

View File

@@ -1,7 +1,7 @@
############################################################################### ###############################################################################
# # # #
# IPFire.org - A linux based firewall # # IPFire.org - A linux based firewall #
# Copyright (C) 2007 Michael Tremer & Christian Schmidt # # Copyright (C) 2007-2011 IPFire Team <info@ipfire.org> #
# # # #
# This program is free software: you can redistribute it and/or modify # # This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by # # it under the terms of the GNU General Public License as published by #
@@ -24,7 +24,7 @@
include Config include Config
TZDATA_VER = 2011j TZDATA_VER = 2011n
TZCODE_VER = 2011i TZCODE_VER = 2011i
THISAPP = tzdata THISAPP = tzdata
@@ -32,7 +32,6 @@ DL_FILE = tzdata-base-0.tar.bz2
DL_FROM = $(URL_IPFIRE) DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP) DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP)
SUP_ARCH = armv5tel
############################################################################### ###############################################################################
# Top-level Rules # Top-level Rules
@@ -45,7 +44,7 @@ tzdata$(TZDATA_VER).tar.gz = $(DL_FROM)/tzdata$(TZDATA_VER).tar.gz
tzcode$(TZCODE_VER).tar.gz = $(DL_FROM)/tzcode$(TZCODE_VER).tar.gz tzcode$(TZCODE_VER).tar.gz = $(DL_FROM)/tzcode$(TZCODE_VER).tar.gz
$(DL_FILE)_MD5 = e36d2f742c22f8c8dbf0686ac9769b55 $(DL_FILE)_MD5 = e36d2f742c22f8c8dbf0686ac9769b55
tzdata$(TZDATA_VER).tar.gz_MD5 = 30a6bebdbdd03c5bd29241c15f569d50 tzdata$(TZDATA_VER).tar.gz_MD5 = 20dbfb28efa008ddbf6dd34601ea40fa
tzcode$(TZCODE_VER).tar.gz_MD5 = cf7f4335b7c8682899fa2814e711c1b2 tzcode$(TZCODE_VER).tar.gz_MD5 = cf7f4335b7c8682899fa2814e711c1b2
install : $(TARGET) install : $(TARGET)