Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: dentonlt on September 30, 2015, 07:40:09 PM

Title: tzdata.tcz on x86_64 - may need ln to /usr/share/zoneinfo
Post by: dentonlt on September 30, 2015, 07:40:09 PM
General warning for x86_64 people using tzdata. I just realised that my update almost works. I'll adjust the startup script, but you may need to run:

Code: [Select]
sudo ln -s /usr/local/share/zoneinfo /usr/share/zoneinfo
sudo ln -s /usr/local/share/zoneinfo-leaps /usr/share/zoneinfo-leaps
sudo ln -s /usr/local/share/zoneinfo-posix /usr/share/zoneinfo-posix

after the startup script runs. I'm testing this to make sure it works appropriately and will submit an update asap if needed.

Apologies for catching the error quite late.

DLT
Title: Re: tzdata.tcz on x86_64 - may need ln to /usr/share/zoneinfo
Post by: dentonlt on October 03, 2015, 07:27:46 PM
Corrected/updated extension submitted for x86 and x86_64 repos - currently in queue. If you're wondering if you have the update, just check your startup script provides these links.

DLT