From 11893672cea6eab0ee2b900e0b2baaa606a7cf36 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 6 Jul 2015 00:52:17 +0200 Subject: [PATCH] tzdata: Fix installation location of the files The files were installed in a wrong sub-directory and therefore could not be properly found by programs using time. Signed-off-by: Michael Tremer --- tzdata/tzdata.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tzdata/tzdata.nm b/tzdata/tzdata.nm index 434fb68cf..8a5abd34d 100644 --- a/tzdata/tzdata.nm +++ b/tzdata/tzdata.nm @@ -8,7 +8,7 @@ tzcode_version = 2014j name = tzdata version = %{tzdata_version} -release = 1 +release = 2 arch = noarch groups = System/Base @@ -63,7 +63,7 @@ build install mkdir -pv %{BUILDROOT}%{datadir}/zoneinfo - cp -prd zoneinfo %{BUILDROOT}%{datadir}/zoneinfo + cp -prd zoneinfo/* %{BUILDROOT}%{datadir}/zoneinfo install -p -m 644 zone.tab iso3166.tab \ %{BUILDROOT}%{datadir}/zoneinfo -- 2.39.2