diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,8 +27,8 @@ install: build install -D src/zic.8 tzdata-doc.data/usr/share/man/man8 # Install country and zone tables used by tzselect. cp src/*.tab tzdata.data/usr/share/zoneinfo - # Install Factory zone. - src/zic -d tzdata.data/usr/share/zoneinfo src/factory; \ + # Install the Factory zone and make it the default localtime. + src/zic -d tzdata.data/usr/share/zoneinfo src/factory mkdir -p tzdata.data/etc ln -sf /usr/share/zoneinfo/Factory tzdata.data/etc/localtime # Install time zones. |