summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
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 \