From 465c0268e7c839f92adf6710f7667bb5ef7e53fc Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 06 Oct 2013 17:19:09 -0400 Subject: build: Install tables needed by tzselect. --- diff --git a/build b/build index 0be0496..e708940 100755 --- a/build +++ b/build @@ -31,6 +31,8 @@ install: build mkdir -p tzdata-$${t}.data/usr/share/zoneinfo; \ cp -p dest/usr/share/zoneinfo/posixrules \ tzdata-$${t}.data/usr/share/zoneinfo/posixrules; \ + cp src/iso3166.tab src/zone.tab \ + tzdata-$${t}.data/usr/share/zoneinfo; \ exec 3>../tzdata-$${t}.pkg/files; \ grep '^Zone' src/$${t} | while read type zone etc; do \ printf '/usr/share/zoneinfo/%s\n' "$${zone}" >&3; \ -- cgit v0.9.1