diff options
author | P. 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) |
commit | 6d64753acd32b9a0d2355bd8e1719bb6f3116307 (patch) | |
tree | e74481132ea177083619fbf93337a0ac305a5887 | |
parent | 465c0268e7c839f92adf6710f7667bb5ef7e53fc (diff) |
tzdata-common: Provide posixrules and *.tab.
-rwxr-xr-x | build | 7 | ||||
-rw-r--r-- | tzdata-common.pkg/control | 3 | ||||
-rw-r--r-- | tzdata-common.pkg/files | 3 |
3 files changed, 5 insertions, 8 deletions
@@ -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 \ diff --git a/tzdata-common.pkg/control b/tzdata-common.pkg/control index 7f4f7ff..244f39c 100644 --- a/tzdata-common.pkg/control +++ b/tzdata-common.pkg/control @@ -3,5 +3,4 @@ Platform: all Description: Time zone and daylight saving time data - common files ${Common-Description} . - This package provides the source package documentation for the time zone and - daylight saving time data packages. + This package provides common time zone tables and links. diff --git a/tzdata-common.pkg/files b/tzdata-common.pkg/files new file mode 100644 index 0000000..bd0263d --- /dev/null +++ b/tzdata-common.pkg/files @@ -0,0 +1,3 @@ +/usr/share/zoneinfo/posixrules +/usr/share/zoneinfo/iso3166.tab +/usr/share/zoneinfo/zone.tab |