Skip to content

Commit

Permalink
tzdata: Get tzselect to work
Browse files Browse the repository at this point in the history
```
$ tzselect
/usr/bin/tzselect: line 180: /usr/share/zoneinfo/iso3166.tab: No such file or directory
/usr/bin/tzselect: time zone files are not set up correctly
```

So install all files as described in the Linux From Scratch chapter [1].

[1]: http://www.linuxfromscratch.org/lfs/downloads/8.2/LFS-BOOK-8.2-NOCHUNKS.html
  • Loading branch information
pmenzel committed Mar 16, 2018
1 parent 512dd43 commit 8a7b991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tzdata.be0
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ mee_build() {
mee_install() {
mkdir -pv ${D}/${DATADIR}
cp -vax zoneinfo ${D}/${DATADIR}
cp -v zone.tab zone1970.tab iso3166.tab ${D}/${DATADIR}/zoneinfo

mkdir -pv ${D}${SYSCONFDIR}
cp ${D}${DATADIR}/zoneinfo/${MYTIMEZONE} ${D}${SYSCONFDIR}/localtime
Expand Down

0 comments on commit 8a7b991

Please sign in to comment.