summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-10-06 17:34:55 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-10-06 17:34:55 (EDT)
commit6d64753acd32b9a0d2355bd8e1719bb6f3116307 (patch)
treee74481132ea177083619fbf93337a0ac305a5887 /build
parent465c0268e7c839f92adf6710f7667bb5ef7e53fc (diff)
tzdata-common: Provide posixrules and *.tab.
Diffstat (limited to 'build')
-rwxr-xr-xbuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/build b/build
index e708940..34aa5e1 100755
--- a/build
+++ b/build
@@ -27,12 +27,8 @@ build:
touch $@
install: build
+ cp src/iso3166.tab src/zone.tab dest/usr/share/zoneinfo
for t in $(tables); do \
- 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; \
@@ -42,7 +38,6 @@ install: build
done; \
exec 3>&-; \
done
- rm -f dest/usr/share/zoneinfo/posixrules
oh-fixperms
oh-installfiles
for t in $(tables); do \